Html Css Color HEX #7D78FF Light Slate Blue

📋 copy color: '#7D78FF'

red 125 ◦ green 120 ◦ blue 255

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

Shades of Light Slate Blue #7D78FF

Tints of Light Slate Blue #7D78FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51%

R = 25%
G = 24%
B = 51%

CMYK

 C value IS 0.51

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7D78FF (or 0x7D78FF) is known color: Light Slate Blue. HEX triplet: 7D, 78 and FF. RGB value is (125,120,255). Sum of RGB (Red+Green+Blue) = 125+120+255=500 (66% of max value = 765). Red value is 125 (49.22% from 255 or 25% from 500); Green value is 120 (47.27% from 255 or 24% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D78FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7D78FF is #828700. Grayscale: #888888. Windows color (decimal): -8554241 or 16742525. OLE color: 16742525.

HSL color Cylindrical-coordinate representation of color #7D78FF: hue angle of 242.22º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7D78FF is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 125 120 255 -
CMYK 0.51 0.53 0 0
HSL 242.22º 1% 0.74% -
HSV(B) 242.22º 0.53% 1% -
XYZ 33.22 25.01 97.68 -
YUV 136.89 194.66 119.52 -
System Red Green Blue C M Y K H S L
Decimal 125 120 255 0.51 0.53 0 0 242.22 1 0.74
Hex 7D 78 FF 33 35 0 0 F2 64 4A
Octal 175 170 377 63 65 0 0 362 144 112
Binary 1111101 1111000 11111111 110011 110101 0 0 11110010 1100100 1001010

Color Harmonies of #7D78FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D78FF

Black with #7D78FF

Text Example


Text Example

White with #7D78FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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