Html Css Color HEX #7F62D5 Slate Blue

📋 copy color: '#7F62D5'

red 127 ◦ green 98 ◦ blue 213

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

Shades of Slate Blue #7F62D5

Tints of Slate Blue #7F62D5

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.37%

 BLUE value IS 213 (83.59% from 255) = 48.63%

R = 29%
G = 22.37%
B = 48.63%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7F62D5 (or 0x7F62D5) is known color: Slate Blue. HEX triplet: 7F, 62 and D5. RGB value is (127,98,213). Sum of RGB (Red+Green+Blue) = 127+98+213=438 (58% of max value = 765). Red value is 127 (50% from 255 or 29.00% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 213 (83.59% from 255 or 48.63% from 438); Max value from RGB is 213 - color contains mainly: blue. Hex color #7F62D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F62D5 is #809D2A. Grayscale: #777777. Windows color (decimal): -8428843 or 13984383. OLE color: 13984383.

HSL color Cylindrical-coordinate representation of color #7F62D5: hue angle of 255.13º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F62D5 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 127 98 213 -
CMYK 0.40 0.54 0 0.16
HSL 255.13º 0.58% 0.61% -
HSV(B) 255.13º 0.54% 0.84% -
XYZ 25.13 18.05 65.11 -
YUV 119.78 180.61 133.15 -
System Red Green Blue C M Y K H S L
Decimal 127 98 213 0.40 0.54 0 0.16 255.13 0.58 0.61
Hex 7F 62 D5 28 36 0 10 FF 3A 3D
Octal 177 142 325 50 66 0 20 377 72 75
Binary 1111111 1100010 11010101 101000 110110 0 10000 11111111 111010 111101

Color Harmonies of #7F62D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F62D5

Black with #7F62D5

Text Example


Text Example

White with #7F62D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,98,213); }

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

background-color css

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

 a { background-color: rgb(127,98,213); }

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

border-color css

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

 span { border-color: rgb(127,98,213); }

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