Html Css Color HEX #754FC9 Slate Blue

📋 copy color: '#754FC9'

red 117 ◦ green 79 ◦ blue 201

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

Shades of Slate Blue #754FC9

Tints of Slate Blue #754FC9

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.9%

 BLUE value IS 201 (78.91% from 255) = 50.63%

R = 29.47%
G = 19.9%
B = 50.63%

CMYK

 C value IS 0.42

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#754FC9 (or 0x754FC9) is known color: Slate Blue. HEX triplet: 75, 4F and C9. RGB value is (117,79,201). Sum of RGB (Red+Green+Blue) = 117+79+201=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 79 (31.25% from 255 or 19.90% from 397); Blue value is 201 (78.91% from 255 or 50.63% from 397); Max value from RGB is 201 - color contains mainly: blue. Hex color #754FC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754FC9 is #8AB036. Grayscale: #676767. Windows color (decimal): -9089079 or 13193077. OLE color: 13193077.

HSL color Cylindrical-coordinate representation of color #754FC9: hue angle of 258.69º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #754FC9 is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 79 201 -
CMYK 0.42 0.61 0 0.21
HSL 258.69º 0.53% 0.55% -
HSV(B) 258.69º 0.61% 0.79% -
XYZ 20.67 13.59 56.79 -
YUV 104.27 182.59 137.08 -
System Red Green Blue C M Y K H S L
Decimal 117 79 201 0.42 0.61 0 0.21 258.69 0.53 0.55
Hex 75 4F C9 2A 3D 0 15 103 35 37
Octal 165 117 311 52 75 0 25 403 65 67
Binary 1110101 1001111 11001001 101010 111101 0 10101 100000011 110101 110111

Color Harmonies of #754FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754FC9

Black with #754FC9

Text Example


Text Example

White with #754FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,79,201); }

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

background-color css

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

 a { background-color: rgb(117,79,201); }

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

border-color css

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

 span { border-color: rgb(117,79,201); }

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