Html Css Color HEX #848DBF Wild Blue Yonder

📋 copy color: '#848DBF'

red 132 ◦ green 141 ◦ blue 191

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

Shades of Wild Blue Yonder #848DBF

Tints of Wild Blue Yonder #848DBF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.39%

 BLUE value IS 191 (75% from 255) = 41.16%

R = 28.45%
G = 30.39%
B = 41.16%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#848DBF (or 0x848DBF) is known color: Wild Blue Yonder. HEX triplet: 84, 8D and BF. RGB value is (132,141,191). Sum of RGB (Red+Green+Blue) = 132+141+191=464 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.45% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 191 (75% from 255 or 41.16% from 464); Max value from RGB is 191 - color contains mainly: blue. Hex color #848DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #848DBF is #7B7240. Grayscale: #8F8F8F. Windows color (decimal): -8090177 or 12553604. OLE color: 12553604.

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

Color convert

RGB 132 141 191 -
CMYK 0.31 0.26 0 0.25
HSL 230.85º 0.32% 0.63% -
HSV(B) 230.85º 0.31% 0.75% -
XYZ 28.44 27.72 53.14 -
YUV 144.01 154.52 119.43 -
System Red Green Blue C M Y K H S L
Decimal 132 141 191 0.31 0.26 0 0.25 230.85 0.32 0.63
Hex 84 8D BF 1F 1A 0 19 E7 20 3F
Octal 204 215 277 37 32 0 31 347 40 77
Binary 10000100 10001101 10111111 11111 11010 0 11001 11100111 100000 111111

Color Harmonies of #848DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848DBF

Black with #848DBF

Text Example


Text Example

White with #848DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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