#848CBF

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

Shades of Wild Blue Yonder #848CBF

Tints of Wild Blue Yonder #848CBF

Color information

#848CBF (or 0x848CBF) is unknown color: approx Wild Blue Yonder. HEX triplet: 84, 8C and BF. RGB value is (132,140,191). Sum of RGB (Red+Green+Blue) = 132+140+191=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #848CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848CBF is #7B7340. Grayscale: #8F8F8F. Windows color (decimal): -8090433 or 12553348. OLE color: 12553348.

HSL color Cylindrical-coordinate representation of color #848CBF: hue angle of 231.86º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #848CBF is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB132140191-
CMYK0.310.2700.25
HSL231.86º31.55%63.33%-
HSV(B)231.86º30.89%74.9%-
XYZ28.327.4253.09-
YUV143.42154.85119.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.51%
GREEN value IS 140 (55.08% from 255) = 30.24%
BLUE value IS 191 (75% from 255) = 41.25%
R=28.51%
G=30.24%
B=41.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321401910.310.2700.25231.8631.5563.33
Hex848CBF1F1B019e8203f
Octal20421427737330313504077
Binary100001001000110010111111111111101101100111101000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,140,191); }

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

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

 a { background-color: rgb(132,140,191); }

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

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

 span { border-color: rgb(132,140,191); }

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