Html Css Color HEX #7F51DD Slate Blue

📋 copy color: '#7F51DD'

red 127 ◦ green 81 ◦ blue 221

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

Shades of Slate Blue #7F51DD

Tints of Slate Blue #7F51DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.52%

R = 29.6%
G = 18.88%
B = 51.52%

CMYK

 C value IS 0.43

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7F51DD (or 0x7F51DD) is known color: Slate Blue. HEX triplet: 7F, 51 and DD. RGB value is (127,81,221). Sum of RGB (Red+Green+Blue) = 127+81+221=429 (56% of max value = 765). Red value is 127 (50% from 255 or 29.60% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #7F51DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F51DD is #80AE22. Grayscale: #6E6E6E. Windows color (decimal): -8433187 or 14504319. OLE color: 14504319.

HSL color Cylindrical-coordinate representation of color #7F51DD: hue angle of 259.71º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7F51DD is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 81 221 -
CMYK 0.43 0.63 0 0.13
HSL 259.71º 0.67% 0.59% -
HSV(B) 259.71º 0.63% 0.87% -
XYZ 24.75 15.62 70.12 -
YUV 110.71 190.24 139.62 -
System Red Green Blue C M Y K H S L
Decimal 127 81 221 0.43 0.63 0 0.13 259.71 0.67 0.59
Hex 7F 51 DD 2B 3F 0 D 104 43 3B
Octal 177 121 335 53 77 0 15 404 103 73
Binary 1111111 1010001 11011101 101011 111111 0 1101 100000100 1000011 111011

Color Harmonies of #7F51DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F51DD

Black with #7F51DD

Text Example


Text Example

White with #7F51DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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