Html Css Color HEX #848EB6 Wild Blue Yonder

📋 copy color: '#848EB6'

red 132 ◦ green 142 ◦ blue 182

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

Shades of Wild Blue Yonder #848EB6

Tints of Wild Blue Yonder #848EB6

RGB

 RED value IS 132 (51.95% from 255) = 28.95%

 GREEN value IS 142 (55.86% from 255) = 31.14%

 BLUE value IS 182 (71.48% from 255) = 39.91%

R = 28.95%
G = 31.14%
B = 39.91%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#848EB6 (or 0x848EB6) is known color: Wild Blue Yonder. HEX triplet: 84, 8E and B6. RGB value is (132,142,182). Sum of RGB (Red+Green+Blue) = 132+142+182=456 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.95% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 182 (71.48% from 255 or 39.91% from 456); Max value from RGB is 182 - color contains mainly: blue. Hex color #848EB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848EB6 is #7B7149. Grayscale: #8F8F8F. Windows color (decimal): -8089930 or 11964036. OLE color: 11964036.

HSL color Cylindrical-coordinate representation of color #848EB6: hue angle of 228º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #848EB6 is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 132 142 182 -
CMYK 0.27 0.22 0 0.29
HSL 228º 0.26% 0.62% -
HSV(B) 228º 0.27% 0.71% -
XYZ 27.63 27.63 48.13 -
YUV 143.57 149.69 119.75 -
System Red Green Blue C M Y K H S L
Decimal 132 142 182 0.27 0.22 0 0.29 228 0.26 0.62
Hex 84 8E B6 1B 16 0 1D E4 1A 3E
Octal 204 216 266 33 26 0 35 344 32 76
Binary 10000100 10001110 10110110 11011 10110 0 11101 11100100 11010 111110

Color Harmonies of #848EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848EB6

Black with #848EB6

Text Example


Text Example

White with #848EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848EB6; }

 p { color: rgb(132,142,182); }

 H1.HeaderClassName
 {
   color: #848EB6;
 }
 .AnyTagClassName
 {
   color: #848EB6;
 }
</style>

background-color css

<style>
 a { background-color: #848EB6; }

 a { background-color: rgb(132,142,182); }

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

border-color css

<style>
 span { border-color: #848EB6; }

 span { border-color: rgb(132,142,182); }

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