Html Css Color HEX #8485B4 Wild Blue Yonder

📋 copy color: '#8485B4'

red 132 ◦ green 133 ◦ blue 180

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

Shades of Wild Blue Yonder #8485B4

Tints of Wild Blue Yonder #8485B4

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.89%

 BLUE value IS 180 (70.7% from 255) = 40.45%

R = 29.66%
G = 29.89%
B = 40.45%

CMYK

 C value IS 0.27

 M value IS 0.26

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8485B4 (or 0x8485B4) is known color: Wild Blue Yonder. HEX triplet: 84, 85 and B4. RGB value is (132,133,180). Sum of RGB (Red+Green+Blue) = 132+133+180=445 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.66% from 445); Green value is 133 (52.34% from 255 or 29.89% from 445); Blue value is 180 (70.70% from 255 or 40.45% from 445); Max value from RGB is 180 - color contains mainly: blue. Hex color #8485B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8485B4 is #7B7A4B. Grayscale: #898989. Windows color (decimal): -8092236 or 11830660. OLE color: 11830660.

HSL color Cylindrical-coordinate representation of color #8485B4: hue angle of 238.75º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8485B4 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 132 133 180 -
CMYK 0.27 0.26 0 0.29
HSL 238.75º 0.24% 0.61% -
HSV(B) 238.75º 0.27% 0.71% -
XYZ 26.14 24.98 46.62 -
YUV 138.06 151.67 123.68 -
System Red Green Blue C M Y K H S L
Decimal 132 133 180 0.27 0.26 0 0.29 238.75 0.24 0.61
Hex 84 85 B4 1B 1A 0 1D EF 18 3D
Octal 204 205 264 33 32 0 35 357 30 75
Binary 10000100 10000101 10110100 11011 11010 0 11101 11101111 11000 111101

Color Harmonies of #8485B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8485B4

Black with #8485B4

Text Example


Text Example

White with #8485B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8485B4; }

 p { color: rgb(132,133,180); }

 H1.HeaderClassName
 {
   color: #8485B4;
 }
 .AnyTagClassName
 {
   color: #8485B4;
 }
</style>

background-color css

<style>
 a { background-color: #8485B4; }

 a { background-color: rgb(132,133,180); }

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

border-color css

<style>
 span { border-color: #8485B4; }

 span { border-color: rgb(132,133,180); }

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