Html Css Color HEX #754FCB Slate Blue

📋 copy color: '#754FCB'

red 117 ◦ green 79 ◦ blue 203

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

Shades of Slate Blue #754FCB

Tints of Slate Blue #754FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.88%

R = 29.32%
G = 19.8%
B = 50.88%

CMYK

 C value IS 0.42

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#754FCB (or 0x754FCB) is known color: Slate Blue. HEX triplet: 75, 4F and CB. RGB value is (117,79,203). Sum of RGB (Red+Green+Blue) = 117+79+203=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 79 (31.25% from 255 or 19.80% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #754FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754FCB is #8AB034. Grayscale: #686868. Windows color (decimal): -9089077 or 13324149. OLE color: 13324149.

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

Color convert

RGB 117 79 203 -
CMYK 0.42 0.61 0 0.20
HSL 258.39º 0.54% 0.55% -
HSV(B) 258.39º 0.61% 0.8% -
XYZ 20.91 13.69 58.04 -
YUV 104.5 183.59 136.92 -
System Red Green Blue C M Y K H S L
Decimal 117 79 203 0.42 0.61 0 0.20 258.39 0.54 0.55
Hex 75 4F CB 2A 3D 0 14 102 36 37
Octal 165 117 313 52 75 0 24 402 66 67
Binary 1110101 1001111 11001011 101010 111101 0 10100 100000010 110110 110111

Color Harmonies of #754FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754FCB

Black with #754FCB

Text Example


Text Example

White with #754FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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