Html Css Color HEX #8A95BA Wild Blue Yonder

📋 copy color: '#8A95BA'

red 138 ◦ green 149 ◦ blue 186

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

Shades of Wild Blue Yonder #8A95BA

Tints of Wild Blue Yonder #8A95BA

RGB

 RED value IS 138 (54.3% from 255) = 29.18%

 GREEN value IS 149 (58.59% from 255) = 31.5%

 BLUE value IS 186 (73.05% from 255) = 39.32%

R = 29.18%
G = 31.5%
B = 39.32%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8A95BA (or 0x8A95BA) is known color: Wild Blue Yonder. HEX triplet: 8A, 95 and BA. RGB value is (138,149,186). Sum of RGB (Red+Green+Blue) = 138+149+186=473 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.18% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A95BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A95BA is #756A45. Grayscale: #959595. Windows color (decimal): -7694918 or 12227978. OLE color: 12227978.

HSL color Cylindrical-coordinate representation of color #8A95BA: hue angle of 226.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A95BA is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 149 186 -
CMYK 0.26 0.20 0 0.27
HSL 226.25º 0.26% 0.64% -
HSV(B) 226.25º 0.26% 0.73% -
XYZ 30.09 30.44 50.74 -
YUV 149.93 148.36 119.49 -
System Red Green Blue C M Y K H S L
Decimal 138 149 186 0.26 0.20 0 0.27 226.25 0.26 0.64
Hex 8A 95 BA 1A 14 0 1B E2 1A 40
Octal 212 225 272 32 24 0 33 342 32 100
Binary 10001010 10010101 10111010 11010 10100 0 11011 11100010 11010 1000000

Color Harmonies of #8A95BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A95BA

Black with #8A95BA

Text Example


Text Example

White with #8A95BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A95BA; }

 p { color: rgb(138,149,186); }

 H1.HeaderClassName
 {
   color: #8A95BA;
 }
 .AnyTagClassName
 {
   color: #8A95BA;
 }
</style>

background-color css

<style>
 a { background-color: #8A95BA; }

 a { background-color: rgb(138,149,186); }

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

border-color css

<style>
 span { border-color: #8A95BA; }

 span { border-color: rgb(138,149,186); }

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