Html Css Color HEX #7F5AD0 Slate Blue

📋 copy color: '#7F5AD0'

red 127 ◦ green 90 ◦ blue 208

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

Shades of Slate Blue #7F5AD0

Tints of Slate Blue #7F5AD0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.18%

 BLUE value IS 208 (81.64% from 255) = 48.94%

R = 29.88%
G = 21.18%
B = 48.94%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7F5AD0 (or 0x7F5AD0) is known color: Slate Blue. HEX triplet: 7F, 5A and D0. RGB value is (127,90,208). Sum of RGB (Red+Green+Blue) = 127+90+208=425 (56% of max value = 765). Red value is 127 (50% from 255 or 29.88% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 208 (81.64% from 255 or 48.94% from 425); Max value from RGB is 208 - color contains mainly: blue. Hex color #7F5AD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5AD0 is #80A52F. Grayscale: #727272. Windows color (decimal): -8430896 or 13654655. OLE color: 13654655.

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

Color convert

RGB 127 90 208 -
CMYK 0.39 0.57 0 0.18
HSL 258.81º 0.56% 0.58% -
HSV(B) 258.81º 0.57% 0.82% -
XYZ 23.79 16.38 61.58 -
YUV 114.52 180.76 136.91 -
System Red Green Blue C M Y K H S L
Decimal 127 90 208 0.39 0.57 0 0.18 258.81 0.56 0.58
Hex 7F 5A D0 27 39 0 12 103 38 3A
Octal 177 132 320 47 71 0 22 403 70 72
Binary 1111111 1011010 11010000 100111 111001 0 10010 100000011 111000 111010

Color Harmonies of #7F5AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5AD0

Black with #7F5AD0

Text Example


Text Example

White with #7F5AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,90,208); }

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

background-color css

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

 a { background-color: rgb(127,90,208); }

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

border-color css

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

 span { border-color: rgb(127,90,208); }

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