Html Css Color HEX #7882FF Light Slate Blue

📋 copy color: '#7882FF'

red 120 ◦ green 130 ◦ blue 255

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

Shades of Light Slate Blue #7882FF

Tints of Light Slate Blue #7882FF

RGB

 RED value IS 120 (47.27% from 255) = 23.76%

 GREEN value IS 130 (51.17% from 255) = 25.74%

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

R = 23.76%
G = 25.74%
B = 50.5%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7882FF (or 0x7882FF) is known color: Light Slate Blue. HEX triplet: 78, 82 and FF. RGB value is (120,130,255). Sum of RGB (Red+Green+Blue) = 120+130+255=505 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.76% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #7882FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7882FF is #877D00. Grayscale: #8C8C8C. Windows color (decimal): -8879361 or 16745080. OLE color: 16745080.

HSL color Cylindrical-coordinate representation of color #7882FF: hue angle of 235.56º 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 #7882FF is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 120 130 255 -
CMYK 0.53 0.49 0 0
HSL 235.56º 1% 0.74% -
HSV(B) 235.56º 0.53% 1% -
XYZ 33.78 27.18 98.07 -
YUV 141.26 192.19 112.84 -
System Red Green Blue C M Y K H S L
Decimal 120 130 255 0.53 0.49 0 0 235.56 1 0.74
Hex 78 82 FF 35 31 0 0 EC 64 4A
Octal 170 202 377 65 61 0 0 354 144 112
Binary 1111000 10000010 11111111 110101 110001 0 0 11101100 1100100 1001010

Color Harmonies of #7882FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7882FF

Black with #7882FF

Text Example


Text Example

White with #7882FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7882FF; }

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

 H1.HeaderClassName
 {
   color: #7882FF;
 }
 .AnyTagClassName
 {
   color: #7882FF;
 }
</style>

background-color css

<style>
 a { background-color: #7882FF; }

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

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

border-color css

<style>
 span { border-color: #7882FF; }

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

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