Html Css Color HEX #848CAF Wild Blue Yonder

📋 copy color: '#848CAF'

red 132 ◦ green 140 ◦ blue 175

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

Shades of Wild Blue Yonder #848CAF

Tints of Wild Blue Yonder #848CAF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.32%

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

R = 29.53%
G = 31.32%
B = 39.15%

CMYK

 C value IS 0.25

 M value IS 0.2

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#848CAF (or 0x848CAF) is known color: Wild Blue Yonder. HEX triplet: 84, 8C and AF. RGB value is (132,140,175). Sum of RGB (Red+Green+Blue) = 132+140+175=447 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.53% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 175 - color contains mainly: blue. Hex color #848CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848CAF is #7B7350. Grayscale: #8D8D8D. Windows color (decimal): -8090449 or 11504772. OLE color: 11504772.

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

Color convert

RGB 132 140 175 -
CMYK 0.25 0.2 0 0.31
HSL 228.84º 0.21% 0.6% -
HSV(B) 228.84º 0.25% 0.69% -
XYZ 26.63 26.76 44.32 -
YUV 141.6 146.85 121.15 -
System Red Green Blue C M Y K H S L
Decimal 132 140 175 0.25 0.2 0 0.31 228.84 0.21 0.6
Hex 84 8C AF 19 14 0 1F E5 15 3C
Octal 204 214 257 31 24 0 37 345 25 74
Binary 10000100 10001100 10101111 11001 10100 0 11111 11100101 10101 111100

Color Harmonies of #848CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848CAF

Black with #848CAF

Text Example


Text Example

White with #848CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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