Html Css Color HEX #754ECF Slate Blue

📋 copy color: '#754ECF'

red 117 ◦ green 78 ◦ blue 207

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

Shades of Slate Blue #754ECF

Tints of Slate Blue #754ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.49%

R = 29.1%
G = 19.4%
B = 51.49%

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

#754ECF (or 0x754ECF) is known color: Slate Blue. HEX triplet: 75, 4E and CF. RGB value is (117,78,207). Sum of RGB (Red+Green+Blue) = 117+78+207=402 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.10% from 402); Green value is 78 (30.86% from 255 or 19.40% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #754ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #754ECF is #8AB130. Grayscale: #676767. Windows color (decimal): -9089329 or 13586037. OLE color: 13586037.

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

Color convert

RGB 117 78 207 -
CMYK 0.43 0.62 0 0.19
HSL 258.14º 0.57% 0.56% -
HSV(B) 258.14º 0.62% 0.81% -
XYZ 21.32 13.74 60.56 -
YUV 104.37 185.92 137.01 -
System Red Green Blue C M Y K H S L
Decimal 117 78 207 0.43 0.62 0 0.19 258.14 0.57 0.56
Hex 75 4E CF 2B 3E 0 13 102 39 38
Octal 165 116 317 53 76 0 23 402 71 70
Binary 1110101 1001110 11001111 101011 111110 0 10011 100000010 111001 111000

Color Harmonies of #754ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754ECF

Black with #754ECF

Text Example


Text Example

White with #754ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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