Html Css Color HEX #7C65FD Light Slate Blue

📋 copy color: '#7C65FD'

red 124 ◦ green 101 ◦ blue 253

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

Shades of Light Slate Blue #7C65FD

Tints of Light Slate Blue #7C65FD

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 value IS 0.51

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7C65FD (or 0x7C65FD) is known color: 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

RGB 124 101 253 -
CMYK 0.51 0.60 0 0.01
HSL 249.08º 0.97% 0.69% -
HSV(B) 249.08º 0.6% 0.99% -
XYZ 30.7 20.68 95.3 -
YUV 125.21 200.12 127.14 -
System Red Green Blue C M Y K H S L
Decimal 124 101 253 0.51 0.60 0 0.01 249.08 0.97 0.69
Hex 7C 65 FD 33 3C 0 1 F9 61 45
Octal 174 145 375 63 74 0 1 371 141 105
Binary 1111100 1100101 11111101 110011 111100 0 1 11111001 1100001 1000101

Color Harmonies of #7C65FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C65FD

Black with #7C65FD

Text Example


Text Example

White with #7C65FD

Text Example


Text Example

HTML Codes & Css Web 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>