Html Css Color HEX #848FBC Wild Blue Yonder

📋 copy color: '#848FBC'

red 132 ◦ green 143 ◦ blue 188

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

Shades of Wild Blue Yonder #848FBC

Tints of Wild Blue Yonder #848FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.6%

R = 28.51%
G = 30.89%
B = 40.6%

CMYK

 C value IS 0.30

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#848FBC (or 0x848FBC) is known color: Wild Blue Yonder. HEX triplet: 84, 8F and BC. RGB value is (132,143,188). Sum of RGB (Red+Green+Blue) = 132+143+188=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #848FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848FBC is #7B7043. Grayscale: #909090. Windows color (decimal): -8089668 or 12357508. OLE color: 12357508.

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

Color convert

RGB 132 143 188 -
CMYK 0.30 0.24 0 0.26
HSL 228.21º 0.29% 0.63% -
HSV(B) 228.21º 0.3% 0.74% -
XYZ 28.42 28.18 51.52 -
YUV 144.84 152.36 118.84 -
System Red Green Blue C M Y K H S L
Decimal 132 143 188 0.30 0.24 0 0.26 228.21 0.29 0.63
Hex 84 8F BC 1E 18 0 1A E4 1D 3F
Octal 204 217 274 36 30 0 32 344 35 77
Binary 10000100 10001111 10111100 11110 11000 0 11010 11100100 11101 111111

Color Harmonies of #848FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848FBC

Black with #848FBC

Text Example


Text Example

White with #848FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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