Html Css Color HEX #754CCC Slate Blue

📋 copy color: '#754CCC'

red 117 ◦ green 76 ◦ blue 204

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

Shades of Slate Blue #754CCC

Tints of Slate Blue #754CCC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.14%

 BLUE value IS 204 (80.08% from 255) = 51.39%

R = 29.47%
G = 19.14%
B = 51.39%

CMYK

 C value IS 0.43

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#754CCC (or 0x754CCC) is known color: Slate Blue. HEX triplet: 75, 4C and CC. RGB value is (117,76,204). Sum of RGB (Red+Green+Blue) = 117+76+204=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #754CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754CCC is #8AB333. Grayscale: #666666. Windows color (decimal): -9089844 or 13388917. OLE color: 13388917.

HSL color Cylindrical-coordinate representation of color #754CCC: hue angle of 259.22º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #754CCC is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 117 76 204 -
CMYK 0.43 0.63 0 0.2
HSL 259.22º 0.56% 0.55% -
HSV(B) 259.22º 0.63% 0.8% -
XYZ 20.82 13.31 58.6 -
YUV 102.85 185.08 138.09 -
System Red Green Blue C M Y K H S L
Decimal 117 76 204 0.43 0.63 0 0.2 259.22 0.56 0.55
Hex 75 4C CC 2B 3F 0 14 103 38 37
Octal 165 114 314 53 77 0 24 403 70 67
Binary 1110101 1001100 11001100 101011 111111 0 10100 100000011 111000 110111

Color Harmonies of #754CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754CCC

Black with #754CCC

Text Example


Text Example

White with #754CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,76,204); }

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

background-color css

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

 a { background-color: rgb(117,76,204); }

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

border-color css

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

 span { border-color: rgb(117,76,204); }

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