#7C65FD

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

Shades of Light Slate Blue #7C65FD

Tints of Light Slate Blue #7C65FD

Color information

#7C65FD (or 0x7C65FD) is unknown color: approx Light Slate Blue. HEX triplet: 7C, 65 and FD. RGB value is (124,101,253). Sum of RGB (Red+Green+Blue) = 124+101+253=478 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.94% from 478); Green value is 101 (39.84% from 255 or 21.13% 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 #7C65FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C65FD is #839A02. Grayscale: #7C7C7C. Windows color (decimal): -8624643 or 16606588. OLE color: 16606588.

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

Color convert

RGB124101253-
CMYK0.510.6000.01
HSL249.08º97.44%69.41%-
HSV(B)249.08º60.08%99.22%-
XYZ30.720.6895.3-
YUV125.2200.12127.14-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 25.94%
GREEN value IS 101 (39.84% from 255) = 21.13%
BLUE value IS 253 (99.22% from 255) = 52.93%
R=25.94%
G=21.13%
B=52.93%

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
Decimal1241012530.510.6000.01249.0897.4469.41
Hex7C65FD333C01f96145
Octal174145375637401371141105
Binary1111100110010111111101110011111100011111100111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C65FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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