Html Css Color HEX #754BD5 Slate Blue

📋 copy color: '#754BD5'

red 117 ◦ green 75 ◦ blue 213

#754BD5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #754BD5

Tints of Slate Blue #754BD5

RGB

 RED value IS 117 (46.09% from 255) = 28.89%

 GREEN value IS 75 (29.69% from 255) = 18.52%

 BLUE value IS 213 (83.59% from 255) = 52.59%

R = 28.89%
G = 18.52%
B = 52.59%

CMYK

 C value IS 0.45

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#754BD5 (or 0x754BD5) is known color: Slate Blue. HEX triplet: 75, 4B and D5. RGB value is (117,75,213). Sum of RGB (Red+Green+Blue) = 117+75+213=405 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.89% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 213 (83.59% from 255 or 52.59% from 405); Max value from RGB is 213 - color contains mainly: blue. Hex color #754BD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754BD5 is #8AB42A. Grayscale: #666666. Windows color (decimal): -9090091 or 13978485. OLE color: 13978485.

HSL color Cylindrical-coordinate representation of color #754BD5: hue angle of 258.26º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #754BD5 is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 75 213 -
CMYK 0.45 0.65 0 0.16
HSL 258.26º 0.62% 0.56% -
HSV(B) 258.26º 0.65% 0.84% -
XYZ 21.86 13.62 64.43 -
YUV 103.29 189.91 137.78 -
System Red Green Blue C M Y K H S L
Decimal 117 75 213 0.45 0.65 0 0.16 258.26 0.62 0.56
Hex 75 4B D5 2D 41 0 10 102 3E 38
Octal 165 113 325 55 101 0 20 402 76 70
Binary 1110101 1001011 11010101 101101 1000001 0 10000 100000010 111110 111000

Color Harmonies of #754BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754BD5

Black with #754BD5

Text Example


Text Example

White with #754BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754BD5; }

 p { color: rgb(117,75,213); }

 H1.HeaderClassName
 {
   color: #754BD5;
 }
 .AnyTagClassName
 {
   color: #754BD5;
 }
</style>

background-color css

<style>
 a { background-color: #754BD5; }

 a { background-color: rgb(117,75,213); }

 div.DivClassName
 {
   background-color: #754BD5;
 }
 .BgClassName
 {
   background-color: #754BD5;
 }
</style>

border-color css

<style>
 span { border-color: #754BD5; }

 span { border-color: rgb(117,75,213); }

 td.TdClassName
 {
   border-color: #754BD5;
 }
 .TagClassName
 {
   border-color: #754BD5;
 }
</style>