Html Css Color HEX #7882CC Wild Blue Yonder

📋 copy color: '#7882CC'

red 120 ◦ green 130 ◦ blue 204

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

Shades of Wild Blue Yonder #7882CC

Tints of Wild Blue Yonder #7882CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.93%

R = 26.43%
G = 28.63%
B = 44.93%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7882CC (or 0x7882CC) is known color: Wild Blue Yonder. HEX triplet: 78, 82 and CC. RGB value is (120,130,204). Sum of RGB (Red+Green+Blue) = 120+130+204=454 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.43% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #7882CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7882CC is #877D33. Grayscale: #878787. Windows color (decimal): -8879412 or 13402744. OLE color: 13402744.

HSL color Cylindrical-coordinate representation of color #7882CC: hue angle of 232.86º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7882CC is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 120 130 204 -
CMYK 0.41 0.36 0 0.2
HSL 232.86º 0.45% 0.64% -
HSV(B) 232.86º 0.41% 0.8% -
XYZ 26.63 24.32 60.42 -
YUV 135.45 166.69 116.98 -
System Red Green Blue C M Y K H S L
Decimal 120 130 204 0.41 0.36 0 0.2 232.86 0.45 0.64
Hex 78 82 CC 29 24 0 14 E9 2D 40
Octal 170 202 314 51 44 0 24 351 55 100
Binary 1111000 10000010 11001100 101001 100100 0 10100 11101001 101101 1000000

Color Harmonies of #7882CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7882CC

Black with #7882CC

Text Example


Text Example

White with #7882CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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