Html Css Color HEX #7F56CF Slate Blue

📋 copy color: '#7F56CF'

red 127 ◦ green 86 ◦ blue 207

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

Shades of Slate Blue #7F56CF

Tints of Slate Blue #7F56CF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.48%

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

R = 30.24%
G = 20.48%
B = 49.29%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F56CF (or 0x7F56CF) is known color: Slate Blue. HEX triplet: 7F, 56 and CF. RGB value is (127,86,207). Sum of RGB (Red+Green+Blue) = 127+86+207=420 (55% of max value = 765). Red value is 127 (50% from 255 or 30.24% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F56CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F56CF is #80A930. Grayscale: #6F6F6F. Windows color (decimal): -8431921 or 13588095. OLE color: 13588095.

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

Color convert

RGB 127 86 207 -
CMYK 0.39 0.58 0 0.19
HSL 260.33º 0.56% 0.57% -
HSV(B) 260.33º 0.58% 0.81% -
XYZ 23.34 15.67 60.83 -
YUV 112.05 181.58 138.66 -
System Red Green Blue C M Y K H S L
Decimal 127 86 207 0.39 0.58 0 0.19 260.33 0.56 0.57
Hex 7F 56 CF 27 3A 0 13 104 38 39
Octal 177 126 317 47 72 0 23 404 70 71
Binary 1111111 1010110 11001111 100111 111010 0 10011 100000100 111000 111001

Color Harmonies of #7F56CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F56CF

Black with #7F56CF

Text Example


Text Example

White with #7F56CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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