Html Css Color HEX #754ECE Slate Blue

📋 copy color: '#754ECE'

red 117 ◦ green 78 ◦ blue 206

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

Shades of Slate Blue #754ECE

Tints of Slate Blue #754ECE

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.45%

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

R = 29.18%
G = 19.45%
B = 51.37%

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

#754ECE (or 0x754ECE) is known color: Slate Blue. HEX triplet: 75, 4E and CE. RGB value is (117,78,206). Sum of RGB (Red+Green+Blue) = 117+78+206=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 78 (30.86% from 255 or 19.45% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #754ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754ECE is #8AB131. Grayscale: #676767. Windows color (decimal): -9089330 or 13520501. OLE color: 13520501.

HSL color Cylindrical-coordinate representation of color #754ECE: hue angle of 258.28º degrees, saturation: 0.57, 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 #754ECE is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 78 206 -
CMYK 0.43 0.62 0 0.19
HSL 258.28º 0.57% 0.56% -
HSV(B) 258.28º 0.62% 0.81% -
XYZ 21.2 13.69 59.92 -
YUV 104.25 185.42 137.09 -
System Red Green Blue C M Y K H S L
Decimal 117 78 206 0.43 0.62 0 0.19 258.28 0.57 0.56
Hex 75 4E CE 2B 3E 0 13 102 39 38
Octal 165 116 316 53 76 0 23 402 71 70
Binary 1110101 1001110 11001110 101011 111110 0 10011 100000010 111001 111000

Color Harmonies of #754ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754ECE

Black with #754ECE

Text Example


Text Example

White with #754ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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