Html Css Color HEX #848FB1 Wild Blue Yonder

📋 copy color: '#848FB1'

red 132 ◦ green 143 ◦ blue 177

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

Shades of Wild Blue Yonder #848FB1

Tints of Wild Blue Yonder #848FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 39.16%

R = 29.2%
G = 31.64%
B = 39.16%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#848FB1 (or 0x848FB1) is known color: Wild Blue Yonder. HEX triplet: 84, 8F and B1. RGB value is (132,143,177). Sum of RGB (Red+Green+Blue) = 132+143+177=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 177 - color contains mainly: blue. Hex color #848FB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848FB1 is #7B704E. Grayscale: #8F8F8F. Windows color (decimal): -8089679 or 11636612. OLE color: 11636612.

HSL color Cylindrical-coordinate representation of color #848FB1: hue angle of 225.33º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #848FB1 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 132 143 177 -
CMYK 0.25 0.19 0 0.31
HSL 225.33º 0.22% 0.61% -
HSV(B) 225.33º 0.25% 0.69% -
XYZ 27.27 27.72 45.51 -
YUV 143.59 146.86 119.74 -
System Red Green Blue C M Y K H S L
Decimal 132 143 177 0.25 0.19 0 0.31 225.33 0.22 0.61
Hex 84 8F B1 19 13 0 1F E1 16 3D
Octal 204 217 261 31 23 0 37 341 26 75
Binary 10000100 10001111 10110001 11001 10011 0 11111 11100001 10110 111101

Color Harmonies of #848FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848FB1

Black with #848FB1

Text Example


Text Example

White with #848FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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