Html Css Color HEX #8A95BF Wild Blue Yonder

📋 copy color: '#8A95BF'

red 138 ◦ green 149 ◦ blue 191

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

Shades of Wild Blue Yonder #8A95BF

Tints of Wild Blue Yonder #8A95BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.96%

R = 28.87%
G = 31.17%
B = 39.96%

CMYK

 C value IS 0.28

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8A95BF (or 0x8A95BF) is known color: Wild Blue Yonder. HEX triplet: 8A, 95 and BF. RGB value is (138,149,191). Sum of RGB (Red+Green+Blue) = 138+149+191=478 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.87% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A95BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A95BF is #756A40. Grayscale: #969696. Windows color (decimal): -7694913 or 12555658. OLE color: 12555658.

HSL color Cylindrical-coordinate representation of color #8A95BF: hue angle of 227.55º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A95BF is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 138 149 191 -
CMYK 0.28 0.22 0 0.25
HSL 227.55º 0.29% 0.65% -
HSV(B) 227.55º 0.28% 0.75% -
XYZ 30.63 30.66 53.59 -
YUV 150.5 150.86 119.08 -
System Red Green Blue C M Y K H S L
Decimal 138 149 191 0.28 0.22 0 0.25 227.55 0.29 0.65
Hex 8A 95 BF 1C 16 0 19 E4 1D 41
Octal 212 225 277 34 26 0 31 344 35 101
Binary 10001010 10010101 10111111 11100 10110 0 11001 11100100 11101 1000001

Color Harmonies of #8A95BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A95BF

Black with #8A95BF

Text Example


Text Example

White with #8A95BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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