Html Css Color HEX #848FBA Wild Blue Yonder

📋 copy color: '#848FBA'

red 132 ◦ green 143 ◦ blue 186

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

Shades of Wild Blue Yonder #848FBA

Tints of Wild Blue Yonder #848FBA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.02%

 BLUE value IS 186 (73.05% from 255) = 40.35%

R = 28.63%
G = 31.02%
B = 40.35%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#848FBA (or 0x848FBA) is known color: Wild Blue Yonder. HEX triplet: 84, 8F and BA. RGB value is (132,143,186). Sum of RGB (Red+Green+Blue) = 132+143+186=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #848FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848FBA is #7B7045. Grayscale: #909090. Windows color (decimal): -8089670 or 12226436. OLE color: 12226436.

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

Color convert

RGB 132 143 186 -
CMYK 0.29 0.23 0 0.27
HSL 227.78º 0.28% 0.62% -
HSV(B) 227.78º 0.29% 0.73% -
XYZ 28.2 28.1 50.39 -
YUV 144.61 151.36 119 -
System Red Green Blue C M Y K H S L
Decimal 132 143 186 0.29 0.23 0 0.27 227.78 0.28 0.62
Hex 84 8F BA 1D 17 0 1B E4 1C 3E
Octal 204 217 272 35 27 0 33 344 34 76
Binary 10000100 10001111 10111010 11101 10111 0 11011 11100100 11100 111110

Color Harmonies of #848FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848FBA

Black with #848FBA

Text Example


Text Example

White with #848FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,143,186); }

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

background-color css

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

 a { background-color: rgb(132,143,186); }

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

border-color css

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

 span { border-color: rgb(132,143,186); }

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