Html Css Color HEX #7882D4 Moody Blue

📋 copy color: '#7882D4'

red 120 ◦ green 130 ◦ blue 212

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

Shades of Moody Blue #7882D4

Tints of Moody Blue #7882D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.89%

R = 25.97%
G = 28.14%
B = 45.89%

CMYK

 C value IS 0.43

 M value IS 0.39

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#7882D4 (or 0x7882D4) is known color: Moody Blue. HEX triplet: 78, 82 and D4. RGB value is (120,130,212). Sum of RGB (Red+Green+Blue) = 120+130+212=462 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.97% from 462); Green value is 130 (51.17% from 255 or 28.14% from 462); Blue value is 212 (83.20% from 255 or 45.89% from 462); Max value from RGB is 212 - color contains mainly: blue. Hex color #7882D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7882D4 is #877D2B. Grayscale: #888888. Windows color (decimal): -8879404 or 13927032. OLE color: 13927032.

HSL color Cylindrical-coordinate representation of color #7882D4: hue angle of 233.48º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7882D4 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 120 130 212 -
CMYK 0.43 0.39 0 0.17
HSL 233.48º 0.52% 0.65% -
HSV(B) 233.48º 0.43% 0.83% -
XYZ 27.61 24.71 65.6 -
YUV 136.36 170.69 116.33 -
System Red Green Blue C M Y K H S L
Decimal 120 130 212 0.43 0.39 0 0.17 233.48 0.52 0.65
Hex 78 82 D4 2B 27 0 11 E9 34 41
Octal 170 202 324 53 47 0 21 351 64 101
Binary 1111000 10000010 11010100 101011 100111 0 10001 11101001 110100 1000001

Color Harmonies of #7882D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7882D4

Black with #7882D4

Text Example


Text Example

White with #7882D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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