Html Css Color HEX #7F56CB Slate Blue

📋 copy color: '#7F56CB'

red 127 ◦ green 86 ◦ blue 203

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

Shades of Slate Blue #7F56CB

Tints of Slate Blue #7F56CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.8%

R = 30.53%
G = 20.67%
B = 48.8%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7F56CB (or 0x7F56CB) is known color: Slate Blue. HEX triplet: 7F, 56 and CB. RGB value is (127,86,203). Sum of RGB (Red+Green+Blue) = 127+86+203=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 86 (33.98% from 255 or 20.67% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F56CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F56CB is #80A934. Grayscale: #6F6F6F. Windows color (decimal): -8431925 or 13325951. OLE color: 13325951.

HSL color Cylindrical-coordinate representation of color #7F56CB: hue angle of 261.03º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F56CB is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 127 86 203 -
CMYK 0.37 0.58 0 0.20
HSL 261.03º 0.53% 0.57% -
HSV(B) 261.03º 0.58% 0.8% -
XYZ 22.86 15.48 58.28 -
YUV 111.6 179.58 138.99 -
System Red Green Blue C M Y K H S L
Decimal 127 86 203 0.37 0.58 0 0.20 261.03 0.53 0.57
Hex 7F 56 CB 25 3A 0 14 105 35 39
Octal 177 126 313 45 72 0 24 405 65 71
Binary 1111111 1010110 11001011 100101 111010 0 10100 100000101 110101 111001

Color Harmonies of #7F56CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F56CB

Black with #7F56CB

Text Example


Text Example

White with #7F56CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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