Html Css Color HEX #7F55DC Slate Blue

📋 copy color: '#7F55DC'

red 127 ◦ green 85 ◦ blue 220

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

Shades of Slate Blue #7F55DC

Tints of Slate Blue #7F55DC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.68%

 BLUE value IS 220 (86.33% from 255) = 50.93%

R = 29.4%
G = 19.68%
B = 50.93%

CMYK

 C value IS 0.42

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7F55DC (or 0x7F55DC) is known color: Slate Blue. HEX triplet: 7F, 55 and DC. RGB value is (127,85,220). Sum of RGB (Red+Green+Blue) = 127+85+220=432 (57% of max value = 765). Red value is 127 (50% from 255 or 29.40% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F55DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F55DC is #80AA23. Grayscale: #707070. Windows color (decimal): -8432164 or 14439807. OLE color: 14439807.

HSL color Cylindrical-coordinate representation of color #7F55DC: hue angle of 258.67º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F55DC is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 85 220 -
CMYK 0.42 0.61 0 0.14
HSL 258.67º 0.66% 0.6% -
HSV(B) 258.67º 0.61% 0.86% -
XYZ 24.92 16.18 69.52 -
YUV 112.95 188.41 138.02 -
System Red Green Blue C M Y K H S L
Decimal 127 85 220 0.42 0.61 0 0.14 258.67 0.66 0.6
Hex 7F 55 DC 2A 3D 0 E 103 42 3C
Octal 177 125 334 52 75 0 16 403 102 74
Binary 1111111 1010101 11011100 101010 111101 0 1110 100000011 1000010 111100

Color Harmonies of #7F55DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F55DC

Black with #7F55DC

Text Example


Text Example

White with #7F55DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,85,220); }

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

background-color css

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

 a { background-color: rgb(127,85,220); }

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

border-color css

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

 span { border-color: rgb(127,85,220); }

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