Html Css Color HEX #848EBD Wild Blue Yonder

📋 copy color: '#848EBD'

red 132 ◦ green 142 ◦ blue 189

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

Shades of Wild Blue Yonder #848EBD

Tints of Wild Blue Yonder #848EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.82%

R = 28.51%
G = 30.67%
B = 40.82%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#848EBD (or 0x848EBD) is known color: Wild Blue Yonder. HEX triplet: 84, 8E and BD. RGB value is (132,142,189). Sum of RGB (Red+Green+Blue) = 132+142+189=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: blue. Hex color #848EBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848EBD is #7B7142. Grayscale: #909090. Windows color (decimal): -8089923 or 12422788. OLE color: 12422788.

HSL color Cylindrical-coordinate representation of color #848EBD: hue angle of 229.47º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #848EBD is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 142 189 -
CMYK 0.30 0.25 0 0.26
HSL 229.47º 0.3% 0.63% -
HSV(B) 229.47º 0.3% 0.74% -
XYZ 28.37 27.93 52.04 -
YUV 144.37 153.19 119.18 -
System Red Green Blue C M Y K H S L
Decimal 132 142 189 0.30 0.25 0 0.26 229.47 0.3 0.63
Hex 84 8E BD 1E 19 0 1A E5 1E 3F
Octal 204 216 275 36 31 0 32 345 36 77
Binary 10000100 10001110 10111101 11110 11001 0 11010 11100101 11110 111111

Color Harmonies of #848EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848EBD

Black with #848EBD

Text Example


Text Example

White with #848EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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