#7D65FD

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

Shades of Light Slate Blue #7D65FD

Tints of Light Slate Blue #7D65FD

Color information

#7D65FD (or 0x7D65FD) is unknown color: approx Light Slate Blue. HEX triplet: 7D, 65 and FD. RGB value is (125,101,253). Sum of RGB (Red+Green+Blue) = 125+101+253=479 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.10% from 479); Green value is 101 (39.84% from 255 or 21.09% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #7D65FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D65FD is #829A02. Grayscale: #7C7C7C. Windows color (decimal): -8559107 or 16606589. OLE color: 16606589.

HSL color Cylindrical-coordinate representation of color #7D65FD: hue angle of 249.47º 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 #7D65FD is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB125101253-
CMYK0.510.6000.01
HSL249.47º97.44%69.41%-
HSV(B)249.47º60.08%99.22%-
XYZ30.8420.7695.31-
YUV125.5199.95127.64-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.10%
GREEN value IS 101 (39.84% from 255) = 21.09%
BLUE value IS 253 (99.22% from 255) = 52.82%
R=26.10%
G=21.09%
B=52.82%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1251012530.510.6000.01249.4797.4469.41
Hex7D65FD333C01f96145
Octal175145375637401371141105
Binary1111101110010111111101110011111100011111100111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D65FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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