Html Css Color HEX #7F62FE Light Slate Blue

📋 copy color: '#7F62FE'

red 127 ◦ green 98 ◦ blue 254

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

Shades of Light Slate Blue #7F62FE

Tints of Light Slate Blue #7F62FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 53.03%

R = 26.51%
G = 20.46%
B = 53.03%

CMYK

 C value IS 0.50

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7F62FE (or 0x7F62FE) is known color: Light Slate Blue. HEX triplet: 7F, 62 and FE. RGB value is (127,98,254). Sum of RGB (Red+Green+Blue) = 127+98+254=479 (63% of max value = 765). Red value is 127 (50% from 255 or 26.51% from 479); Green value is 98 (38.67% from 255 or 20.46% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F62FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F62FE is #809D01. Grayscale: #7B7B7B. Windows color (decimal): -8428802 or 16671359. OLE color: 16671359.

HSL color Cylindrical-coordinate representation of color #7F62FE: hue angle of 251.15º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F62FE is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 127 98 254 -
CMYK 0.50 0.61 0 0.00
HSL 251.15º 0.99% 0.69% -
HSV(B) 251.15º 0.61% 1% -
XYZ 31.01 20.4 96.07 -
YUV 124.46 201.11 129.82 -
System Red Green Blue C M Y K H S L
Decimal 127 98 254 0.50 0.61 0 0.00 251.15 0.99 0.69
Hex 7F 62 FE 32 3D 0 0 FB 63 45
Octal 177 142 376 62 75 0 0 373 143 105
Binary 1111111 1100010 11111110 110010 111101 0 0 11111011 1100011 1000101

Color Harmonies of #7F62FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F62FE

Black with #7F62FE

Text Example


Text Example

White with #7F62FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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