#7F62FD

Color #7F62FD Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #7F62FD

Tints of Light Slate Blue #7F62FD

Color information

#7F62FD (or 0x7F62FD) is unknown color: approx Light Slate Blue. HEX triplet: 7F, 62 and FD. RGB value is (127,98,253). Sum of RGB (Red+Green+Blue) = 127+98+253=478 (63% of max value = 765). Red value is 127 (50% from 255 or 26.57% from 478); Green value is 98 (38.67% from 255 or 20.50% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #7F62FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F62FD is #809D02. Grayscale: #7B7B7B. Windows color (decimal): -8428803 or 16605823. OLE color: 16605823.

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

Color convert

RGB12798253-
CMYK0.500.6100.01
HSL251.23º97.48%68.82%-
HSV(B)251.23º61.26%99.22%-
XYZ30.8520.3495.23-
YUV124.34200.61129.9-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.57%
GREEN value IS 98 (38.67% from 255) = 20.50%
BLUE value IS 253 (99.22% from 255) = 52.93%
R=26.57%
G=20.50%
B=52.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal127982530.500.6100.01251.2397.4868.82
Hex7F62FD323D01fb6145
Octal177142375627501373141105
Binary1111111110001011111101110010111101011111101111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F62FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F62FD;
 }
 .AnyTagClassName
 {
   color: #7F62FD;
 }
</style>
background-color css

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

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

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

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

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

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