Html Css Color HEX #7F58CF Slate Blue

📋 copy color: '#7F58CF'

red 127 ◦ green 88 ◦ blue 207

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

Shades of Slate Blue #7F58CF

Tints of Slate Blue #7F58CF

RGB

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

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

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

R = 30.09%
G = 20.85%
B = 49.05%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F58CF (or 0x7F58CF) is known color: Slate Blue. HEX triplet: 7F, 58 and CF. RGB value is (127,88,207). Sum of RGB (Red+Green+Blue) = 127+88+207=422 (55% of max value = 765). Red value is 127 (50% from 255 or 30.09% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F58CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F58CF is #80A730. Grayscale: #707070. Windows color (decimal): -8431409 or 13588607. OLE color: 13588607.

HSL color Cylindrical-coordinate representation of color #7F58CF: hue angle of 259.66º 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 #7F58CF is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 127 88 207 -
CMYK 0.39 0.57 0 0.19
HSL 259.66º 0.55% 0.58% -
HSV(B) 259.66º 0.57% 0.81% -
XYZ 23.5 16 60.88 -
YUV 113.23 180.92 137.82 -
System Red Green Blue C M Y K H S L
Decimal 127 88 207 0.39 0.57 0 0.19 259.66 0.55 0.58
Hex 7F 58 CF 27 39 0 13 104 37 3A
Octal 177 130 317 47 71 0 23 404 67 72
Binary 1111111 1011000 11001111 100111 111001 0 10011 100000100 110111 111010

Color Harmonies of #7F58CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F58CF

Black with #7F58CF

Text Example


Text Example

White with #7F58CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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