#7F65FD

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

Shades of Light Slate Blue #7F65FD

Tints of Light Slate Blue #7F65FD

Color information

#7F65FD (or 0x7F65FD) is unknown color: approx Light Slate Blue. HEX triplet: 7F, 65 and FD. RGB value is (127,101,253). Sum of RGB (Red+Green+Blue) = 127+101+253=481 (63% of max value = 765). Red value is 127 (50% from 255 or 26.40% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #7F65FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F65FD is #809A02. Grayscale: #7D7D7D. Windows color (decimal): -8428035 or 16606591. OLE color: 16606591.

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

Color convert

RGB127101253-
CMYK0.500.6000.01
HSL250.26º97.44%69.41%-
HSV(B)250.26º60.08%99.22%-
XYZ31.1420.9195.32-
YUV126.1199.61128.64-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.40%
GREEN value IS 101 (39.84% from 255) = 21.00%
BLUE value IS 253 (99.22% from 255) = 52.60%
R=26.40%
G=21.00%
B=52.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1271012530.500.6000.01250.2697.4469.41
Hex7F65FD323C01fa6145
Octal177145375627401372141105
Binary1111111110010111111101110010111100011111101011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F65FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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