Html Css Color HEX #848BBD Wild Blue Yonder

📋 copy color: '#848BBD'

red 132 ◦ green 139 ◦ blue 189

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

Shades of Wild Blue Yonder #848BBD

Tints of Wild Blue Yonder #848BBD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.22%

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

R = 28.7%
G = 30.22%
B = 41.09%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#848BBD (or 0x848BBD) is known color: Wild Blue Yonder. HEX triplet: 84, 8B and BD. RGB value is (132,139,189). Sum of RGB (Red+Green+Blue) = 132+139+189=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #848BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848BBD is #7B7442. Grayscale: #8E8E8E. Windows color (decimal): -8090691 or 12422020. OLE color: 12422020.

HSL color Cylindrical-coordinate representation of color #848BBD: hue angle of 232.63º 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 #848BBD is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 139 189 -
CMYK 0.30 0.26 0 0.26
HSL 232.63º 0.3% 0.63% -
HSV(B) 232.63º 0.3% 0.74% -
XYZ 27.93 27.04 51.89 -
YUV 142.61 154.18 120.43 -
System Red Green Blue C M Y K H S L
Decimal 132 139 189 0.30 0.26 0 0.26 232.63 0.3 0.63
Hex 84 8B BD 1E 1A 0 1A E9 1E 3F
Octal 204 213 275 36 32 0 32 351 36 77
Binary 10000100 10001011 10111101 11110 11010 0 11010 11101001 11110 111111

Color Harmonies of #848BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848BBD

Black with #848BBD

Text Example


Text Example

White with #848BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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