Html Css Color HEX #8387BA Wild Blue Yonder

📋 copy color: '#8387BA'

red 131 ◦ green 135 ◦ blue 186

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

Shades of Wild Blue Yonder #8387BA

Tints of Wild Blue Yonder #8387BA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.87%

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

R = 28.98%
G = 29.87%
B = 41.15%

CMYK

 C value IS 0.30

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8387BA (or 0x8387BA) is known color: Wild Blue Yonder. HEX triplet: 83, 87 and BA. RGB value is (131,135,186). Sum of RGB (Red+Green+Blue) = 131+135+186=452 (59% of max value = 765). Red value is 131 (51.56% from 255 or 28.98% from 452); Green value is 135 (53.12% from 255 or 29.87% from 452); Blue value is 186 (73.05% from 255 or 41.15% from 452); Max value from RGB is 186 - color contains mainly: blue. Hex color #8387BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8387BA is #7C7845. Grayscale: #8B8B8B. Windows color (decimal): -8157254 or 12224387. OLE color: 12224387.

HSL color Cylindrical-coordinate representation of color #8387BA: hue angle of 235.64º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8387BA is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 135 186 -
CMYK 0.30 0.27 0 0.27
HSL 235.64º 0.28% 0.62% -
HSV(B) 235.64º 0.3% 0.73% -
XYZ 26.89 25.7 50 -
YUV 139.62 154.17 121.85 -
System Red Green Blue C M Y K H S L
Decimal 131 135 186 0.30 0.27 0 0.27 235.64 0.28 0.62
Hex 83 87 BA 1E 1B 0 1B EC 1C 3E
Octal 203 207 272 36 33 0 33 354 34 76
Binary 10000011 10000111 10111010 11110 11011 0 11011 11101100 11100 111110

Color Harmonies of #8387BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8387BA

Black with #8387BA

Text Example


Text Example

White with #8387BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8387BA; }

 p { color: rgb(131,135,186); }

 H1.HeaderClassName
 {
   color: #8387BA;
 }
 .AnyTagClassName
 {
   color: #8387BA;
 }
</style>

background-color css

<style>
 a { background-color: #8387BA; }

 a { background-color: rgb(131,135,186); }

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

border-color css

<style>
 span { border-color: #8387BA; }

 span { border-color: rgb(131,135,186); }

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