Html Css Color HEX #7D78FC Light Slate Blue

📋 copy color: '#7D78FC'

red 125 ◦ green 120 ◦ blue 252

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

Shades of Light Slate Blue #7D78FC

Tints of Light Slate Blue #7D78FC

RGB

 RED value IS 125 (49.22% from 255) = 25.15%

 GREEN value IS 120 (47.27% from 255) = 24.14%

 BLUE value IS 252 (98.83% from 255) = 50.7%

R = 25.15%
G = 24.14%
B = 50.7%

CMYK

 C value IS 0.50

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7D78FC (or 0x7D78FC) is known color: Light Slate Blue. HEX triplet: 7D, 78 and FC. RGB value is (125,120,252). Sum of RGB (Red+Green+Blue) = 125+120+252=497 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.15% from 497); Green value is 120 (47.27% from 255 or 24.14% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #7D78FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D78FC is #828703. Grayscale: #888888. Windows color (decimal): -8554244 or 16545917. OLE color: 16545917.

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

Color convert

RGB 125 120 252 -
CMYK 0.50 0.52 0 0.01
HSL 242.27º 0.96% 0.73% -
HSV(B) 242.27º 0.52% 0.99% -
XYZ 32.74 24.82 95.16 -
YUV 136.54 193.16 119.77 -
System Red Green Blue C M Y K H S L
Decimal 125 120 252 0.50 0.52 0 0.01 242.27 0.96 0.73
Hex 7D 78 FC 32 34 0 1 F2 60 49
Octal 175 170 374 62 64 0 1 362 140 111
Binary 1111101 1111000 11111100 110010 110100 0 1 11110010 1100000 1001001

Color Harmonies of #7D78FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D78FC

Black with #7D78FC

Text Example


Text Example

White with #7D78FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,120,252); }

 H1.HeaderClassName
 {
   color: #7D78FC;
 }
 .AnyTagClassName
 {
   color: #7D78FC;
 }
</style>

background-color css

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

 a { background-color: rgb(125,120,252); }

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

border-color css

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

 span { border-color: rgb(125,120,252); }

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