Html Css Color HEX #7F51CF Slate Blue

📋 copy color: '#7F51CF'

red 127 ◦ green 81 ◦ blue 207

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

Shades of Slate Blue #7F51CF

Tints of Slate Blue #7F51CF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.52%

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

R = 30.6%
G = 19.52%
B = 49.88%

CMYK

 C value IS 0.39

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F51CF (or 0x7F51CF) is known color: Slate Blue. HEX triplet: 7F, 51 and CF. RGB value is (127,81,207). Sum of RGB (Red+Green+Blue) = 127+81+207=415 (54% of max value = 765). Red value is 127 (50% from 255 or 30.60% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F51CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F51CF is #80AE30. Grayscale: #6C6C6C. Windows color (decimal): -8433201 or 13586815. OLE color: 13586815.

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

Color convert

RGB 127 81 207 -
CMYK 0.39 0.61 0 0.19
HSL 261.9º 0.57% 0.56% -
HSV(B) 261.9º 0.61% 0.81% -
XYZ 22.96 14.9 60.7 -
YUV 109.12 183.24 140.75 -
System Red Green Blue C M Y K H S L
Decimal 127 81 207 0.39 0.61 0 0.19 261.9 0.57 0.56
Hex 7F 51 CF 27 3D 0 13 106 39 38
Octal 177 121 317 47 75 0 23 406 71 70
Binary 1111111 1010001 11001111 100111 111101 0 10011 100000110 111001 111000

Color Harmonies of #7F51CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F51CF

Black with #7F51CF

Text Example


Text Example

White with #7F51CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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