Html Css Color HEX #7885B7 Wild Blue Yonder

📋 copy color: '#7885B7'

red 120 ◦ green 133 ◦ blue 183

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

Shades of Wild Blue Yonder #7885B7

Tints of Wild Blue Yonder #7885B7

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.5%

 BLUE value IS 183 (71.88% from 255) = 41.97%

R = 27.52%
G = 30.5%
B = 41.97%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7885B7 (or 0x7885B7) is known color: Wild Blue Yonder. HEX triplet: 78, 85 and B7. RGB value is (120,133,183). Sum of RGB (Red+Green+Blue) = 120+133+183=436 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.52% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 183 (71.88% from 255 or 41.97% from 436); Max value from RGB is 183 - color contains mainly: blue. Hex color #7885B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7885B7 is #877A48. Grayscale: #868686. Windows color (decimal): -8878665 or 12027256. OLE color: 12027256.

HSL color Cylindrical-coordinate representation of color #7885B7: hue angle of 227.62º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7885B7 is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 120 133 183 -
CMYK 0.34 0.27 0 0.28
HSL 227.62º 0.3% 0.59% -
HSV(B) 227.62º 0.34% 0.72% -
XYZ 24.68 24.19 48.17 -
YUV 134.81 155.19 117.43 -
System Red Green Blue C M Y K H S L
Decimal 120 133 183 0.34 0.27 0 0.28 227.62 0.3 0.59
Hex 78 85 B7 22 1B 0 1C E4 1E 3B
Octal 170 205 267 42 33 0 34 344 36 73
Binary 1111000 10000101 10110111 100010 11011 0 11100 11100100 11110 111011

Color Harmonies of #7885B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7885B7

Black with #7885B7

Text Example


Text Example

White with #7885B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7885B7; }

 p { color: rgb(120,133,183); }

 H1.HeaderClassName
 {
   color: #7885B7;
 }
 .AnyTagClassName
 {
   color: #7885B7;
 }
</style>

background-color css

<style>
 a { background-color: #7885B7; }

 a { background-color: rgb(120,133,183); }

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

border-color css

<style>
 span { border-color: #7885B7; }

 span { border-color: rgb(120,133,183); }

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