Html Css Color HEX #7F58CE Slate Blue

📋 copy color: '#7F58CE'

red 127 ◦ green 88 ◦ blue 206

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

Shades of Slate Blue #7F58CE

Tints of Slate Blue #7F58CE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.9%

 BLUE value IS 206 (80.86% from 255) = 48.93%

R = 30.17%
G = 20.9%
B = 48.93%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F58CE (or 0x7F58CE) is known color: Slate Blue. HEX triplet: 7F, 58 and CE. RGB value is (127,88,206). Sum of RGB (Red+Green+Blue) = 127+88+206=421 (55% of max value = 765). Red value is 127 (50% from 255 or 30.17% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F58CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F58CE is #80A731. Grayscale: #707070. Windows color (decimal): -8431410 or 13523071. OLE color: 13523071.

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

Color convert

RGB 127 88 206 -
CMYK 0.38 0.57 0 0.19
HSL 259.83º 0.55% 0.58% -
HSV(B) 259.83º 0.57% 0.81% -
XYZ 23.38 15.95 60.24 -
YUV 113.11 180.42 137.91 -
System Red Green Blue C M Y K H S L
Decimal 127 88 206 0.38 0.57 0 0.19 259.83 0.55 0.58
Hex 7F 58 CE 26 39 0 13 104 37 3A
Octal 177 130 316 46 71 0 23 404 67 72
Binary 1111111 1011000 11001110 100110 111001 0 10011 100000100 110111 111010

Color Harmonies of #7F58CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F58CE

Black with #7F58CE

Text Example


Text Example

White with #7F58CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,88,206); }

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

background-color css

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

 a { background-color: rgb(127,88,206); }

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

border-color css

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

 span { border-color: rgb(127,88,206); }

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