Html Css Color HEX #754FCE Slate Blue

📋 copy color: '#754FCE'

red 117 ◦ green 79 ◦ blue 206

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

Shades of Slate Blue #754FCE

Tints of Slate Blue #754FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.24%

R = 29.1%
G = 19.65%
B = 51.24%

CMYK

 C value IS 0.43

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#754FCE (or 0x754FCE) is known color: Slate Blue. HEX triplet: 75, 4F and CE. RGB value is (117,79,206). Sum of RGB (Red+Green+Blue) = 117+79+206=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 79 (31.25% from 255 or 19.65% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #754FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754FCE is #8AB031. Grayscale: #686868. Windows color (decimal): -9089074 or 13520757. OLE color: 13520757.

HSL color Cylindrical-coordinate representation of color #754FCE: hue angle of 257.95º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #754FCE is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 79 206 -
CMYK 0.43 0.62 0 0.19
HSL 257.95º 0.56% 0.56% -
HSV(B) 257.95º 0.62% 0.81% -
XYZ 21.27 13.83 59.94 -
YUV 104.84 185.09 136.67 -
System Red Green Blue C M Y K H S L
Decimal 117 79 206 0.43 0.62 0 0.19 257.95 0.56 0.56
Hex 75 4F CE 2B 3E 0 13 102 38 38
Octal 165 117 316 53 76 0 23 402 70 70
Binary 1110101 1001111 11001110 101011 111110 0 10011 100000010 111000 111000

Color Harmonies of #754FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754FCE

Black with #754FCE

Text Example


Text Example

White with #754FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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