Html Css Color HEX #7F5ECF Slate Blue

📋 copy color: '#7F5ECF'

red 127 ◦ green 94 ◦ blue 207

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

Shades of Slate Blue #7F5ECF

Tints of Slate Blue #7F5ECF

RGB

 RED value IS 127 (50% from 255) = 29.67%

 GREEN value IS 94 (37.11% from 255) = 21.96%

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

R = 29.67%
G = 21.96%
B = 48.36%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F5ECF (or 0x7F5ECF) is known color: Slate Blue. HEX triplet: 7F, 5E and CF. RGB value is (127,94,207). Sum of RGB (Red+Green+Blue) = 127+94+207=428 (56% of max value = 765). Red value is 127 (50% from 255 or 29.67% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F5ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5ECF is #80A130. Grayscale: #747474. Windows color (decimal): -8429873 or 13590143. OLE color: 13590143.

HSL color Cylindrical-coordinate representation of color #7F5ECF: hue angle of 257.52º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F5ECF is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 94 207 -
CMYK 0.39 0.55 0 0.19
HSL 257.52º 0.54% 0.59% -
HSV(B) 257.52º 0.55% 0.81% -
XYZ 24.02 17.02 61.05 -
YUV 116.75 178.93 135.31 -
System Red Green Blue C M Y K H S L
Decimal 127 94 207 0.39 0.55 0 0.19 257.52 0.54 0.59
Hex 7F 5E CF 27 37 0 13 102 36 3B
Octal 177 136 317 47 67 0 23 402 66 73
Binary 1111111 1011110 11001111 100111 110111 0 10011 100000010 110110 111011

Color Harmonies of #7F5ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5ECF

Black with #7F5ECF

Text Example


Text Example

White with #7F5ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F5ECF; }

 p { color: rgb(127,94,207); }

 H1.HeaderClassName
 {
   color: #7F5ECF;
 }
 .AnyTagClassName
 {
   color: #7F5ECF;
 }
</style>

background-color css

<style>
 a { background-color: #7F5ECF; }

 a { background-color: rgb(127,94,207); }

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

border-color css

<style>
 span { border-color: #7F5ECF; }

 span { border-color: rgb(127,94,207); }

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