Html Css Color HEX #754CC6 Slate Blue

📋 copy color: '#754CC6'

red 117 ◦ green 76 ◦ blue 198

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

Shades of Slate Blue #754CC6

Tints of Slate Blue #754CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 50.64%

R = 29.92%
G = 19.44%
B = 50.64%

CMYK

 C value IS 0.41

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#754CC6 (or 0x754CC6) is known color: Slate Blue. HEX triplet: 75, 4C and C6. RGB value is (117,76,198). Sum of RGB (Red+Green+Blue) = 117+76+198=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 198 (77.73% from 255 or 50.64% from 391); Max value from RGB is 198 - color contains mainly: blue. Hex color #754CC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754CC6 is #8AB339. Grayscale: #656565. Windows color (decimal): -9089850 or 12995701. OLE color: 12995701.

HSL color Cylindrical-coordinate representation of color #754CC6: hue angle of 260.16º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #754CC6 is Cyan = 0.41, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 76 198 -
CMYK 0.41 0.62 0 0.22
HSL 260.16º 0.52% 0.54% -
HSV(B) 260.16º 0.62% 0.78% -
XYZ 20.11 13.03 54.88 -
YUV 102.17 182.08 138.58 -
System Red Green Blue C M Y K H S L
Decimal 117 76 198 0.41 0.62 0 0.22 260.16 0.52 0.54
Hex 75 4C C6 29 3E 0 16 104 34 36
Octal 165 114 306 51 76 0 26 404 64 66
Binary 1110101 1001100 11000110 101001 111110 0 10110 100000100 110100 110110

Color Harmonies of #754CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754CC6

Black with #754CC6

Text Example


Text Example

White with #754CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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