Html Css Color HEX #848AAF Wild Blue Yonder

📋 copy color: '#848AAF'

red 132 ◦ green 138 ◦ blue 175

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

Shades of Wild Blue Yonder #848AAF

Tints of Wild Blue Yonder #848AAF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.01%

 BLUE value IS 175 (68.75% from 255) = 39.33%

R = 29.66%
G = 31.01%
B = 39.33%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#848AAF (or 0x848AAF) is known color: Wild Blue Yonder. HEX triplet: 84, 8A and AF. RGB value is (132,138,175). Sum of RGB (Red+Green+Blue) = 132+138+175=445 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.66% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 175 - color contains mainly: blue. Hex color #848AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848AAF is #7B7550. Grayscale: #8C8C8C. Windows color (decimal): -8090961 or 11504260. OLE color: 11504260.

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

Color convert

RGB 132 138 175 -
CMYK 0.25 0.21 0 0.31
HSL 231.63º 0.21% 0.6% -
HSV(B) 231.63º 0.25% 0.69% -
XYZ 26.34 26.18 44.22 -
YUV 140.42 147.51 121.99 -
System Red Green Blue C M Y K H S L
Decimal 132 138 175 0.25 0.21 0 0.31 231.63 0.21 0.6
Hex 84 8A AF 19 15 0 1F E8 15 3C
Octal 204 212 257 31 25 0 37 350 25 74
Binary 10000100 10001010 10101111 11001 10101 0 11111 11101000 10101 111100

Color Harmonies of #848AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848AAF

Black with #848AAF

Text Example


Text Example

White with #848AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,138,175); }

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

background-color css

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

 a { background-color: rgb(132,138,175); }

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

border-color css

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

 span { border-color: rgb(132,138,175); }

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