Html Css Color HEX #7F4DCB Slate Blue

📋 copy color: '#7F4DCB'

red 127 ◦ green 77 ◦ blue 203

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

Shades of Slate Blue #7F4DCB

Tints of Slate Blue #7F4DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.92%

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

R = 31.2%
G = 18.92%
B = 49.88%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7F4DCB (or 0x7F4DCB) is known color: Slate Blue. HEX triplet: 7F, 4D and CB. RGB value is (127,77,203). Sum of RGB (Red+Green+Blue) = 127+77+203=407 (53% of max value = 765). Red value is 127 (50% from 255 or 31.20% from 407); Green value is 77 (30.47% from 255 or 18.92% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #7F4DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F4DCB is #80B234. Grayscale: #696969. Windows color (decimal): -8434229 or 13323647. OLE color: 13323647.

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

Color convert

RGB 127 77 203 -
CMYK 0.37 0.62 0 0.20
HSL 263.81º 0.55% 0.55% -
HSV(B) 263.81º 0.62% 0.8% -
XYZ 22.19 14.13 58.06 -
YUV 106.31 182.57 142.75 -
System Red Green Blue C M Y K H S L
Decimal 127 77 203 0.37 0.62 0 0.20 263.81 0.55 0.55
Hex 7F 4D CB 25 3E 0 14 108 37 37
Octal 177 115 313 45 76 0 24 410 67 67
Binary 1111111 1001101 11001011 100101 111110 0 10100 100001000 110111 110111

Color Harmonies of #7F4DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4DCB

Black with #7F4DCB

Text Example


Text Example

White with #7F4DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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