#848EB3

Color #848EB3 Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #848EB3

Tints of Wild Blue Yonder #848EB3

Color information

#848EB3 (or 0x848EB3) is unknown color: approx Wild Blue Yonder. HEX triplet: 84, 8E and B3. RGB value is (132,142,179). Sum of RGB (Red+Green+Blue) = 132+142+179=453 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.14% from 453); Green value is 142 (55.86% from 255 or 31.35% from 453); Blue value is 179 (70.31% from 255 or 39.51% from 453); Max value from RGB is 179 - color contains mainly: blue. Hex color #848EB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848EB3 is #7B714C. Grayscale: #8F8F8F. Windows color (decimal): -8089933 or 11767428. OLE color: 11767428.

HSL color Cylindrical-coordinate representation of color #848EB3: hue angle of 227.23º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #848EB3 is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB132142179-
CMYK0.260.2100.30
HSL227.23º23.62%60.98%-
HSV(B)227.23º26.26%70.2%-
XYZ27.3327.5146.52-
YUV143.23148.19119.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.14%
GREEN value IS 142 (55.86% from 255) = 31.35%
BLUE value IS 179 (70.31% from 255) = 39.51%
R=29.14%
G=31.35%
B=39.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1321421790.260.2100.30227.2323.6260.98
Hex848EB31A1501Ee3183d
Octal20421626332250363433075
Binary10000100100011101011001111010101010111101110001111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #848EB3;
 }
 .AnyTagClassName
 {
   color: #848EB3;
 }
</style>
background-color css

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

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

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

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

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

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