Html Css Color HEX #7F55CF Slate Blue

📋 copy color: '#7F55CF'

red 127 ◦ green 85 ◦ blue 207

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

Shades of Slate Blue #7F55CF

Tints of Slate Blue #7F55CF

RGB

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

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

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

R = 30.31%
G = 20.29%
B = 49.4%

CMYK

 C value IS 0.39

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F55CF (or 0x7F55CF) is known color: Slate Blue. HEX triplet: 7F, 55 and CF. RGB value is (127,85,207). Sum of RGB (Red+Green+Blue) = 127+85+207=419 (55% of max value = 765). Red value is 127 (50% from 255 or 30.31% from 419); Green value is 85 (33.59% from 255 or 20.29% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F55CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F55CF is #80AA30. Grayscale: #6F6F6F. Windows color (decimal): -8432177 or 13587839. OLE color: 13587839.

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

Color convert

RGB 127 85 207 -
CMYK 0.39 0.59 0 0.19
HSL 260.66º 0.56% 0.57% -
HSV(B) 260.66º 0.59% 0.81% -
XYZ 23.26 15.51 60.8 -
YUV 111.47 181.91 139.08 -
System Red Green Blue C M Y K H S L
Decimal 127 85 207 0.39 0.59 0 0.19 260.66 0.56 0.57
Hex 7F 55 CF 27 3B 0 13 105 38 39
Octal 177 125 317 47 73 0 23 405 70 71
Binary 1111111 1010101 11001111 100111 111011 0 10011 100000101 111000 111001

Color Harmonies of #7F55CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F55CF

Black with #7F55CF

Text Example


Text Example

White with #7F55CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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