Html Css Color HEX #8395BC Wild Blue Yonder

📋 copy color: '#8395BC'

red 131 ◦ green 149 ◦ blue 188

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

Shades of Wild Blue Yonder #8395BC

Tints of Wild Blue Yonder #8395BC

RGB

 RED value IS 131 (51.56% from 255) = 27.99%

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

 BLUE value IS 188 (73.83% from 255) = 40.17%

R = 27.99%
G = 31.84%
B = 40.17%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8395BC (or 0x8395BC) is known color: Wild Blue Yonder. HEX triplet: 83, 95 and BC. RGB value is (131,149,188). Sum of RGB (Red+Green+Blue) = 131+149+188=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: blue. Hex color #8395BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8395BC is #7C6A43. Grayscale: #939393. Windows color (decimal): -8153668 or 12359043. OLE color: 12359043.

HSL color Cylindrical-coordinate representation of color #8395BC: hue angle of 221.05º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8395BC is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 149 188 -
CMYK 0.30 0.21 0 0.26
HSL 221.05º 0.3% 0.63% -
HSV(B) 221.05º 0.3% 0.74% -
XYZ 29.18 29.95 51.82 -
YUV 148.06 150.54 115.83 -
System Red Green Blue C M Y K H S L
Decimal 131 149 188 0.30 0.21 0 0.26 221.05 0.3 0.63
Hex 83 95 BC 1E 15 0 1A DD 1E 3F
Octal 203 225 274 36 25 0 32 335 36 77
Binary 10000011 10010101 10111100 11110 10101 0 11010 11011101 11110 111111

Color Harmonies of #8395BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8395BC

Black with #8395BC

Text Example


Text Example

White with #8395BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8395BC; }

 p { color: rgb(131,149,188); }

 H1.HeaderClassName
 {
   color: #8395BC;
 }
 .AnyTagClassName
 {
   color: #8395BC;
 }
</style>

background-color css

<style>
 a { background-color: #8395BC; }

 a { background-color: rgb(131,149,188); }

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

border-color css

<style>
 span { border-color: #8395BC; }

 span { border-color: rgb(131,149,188); }

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