Html Css Color HEX #8388B9 Wild Blue Yonder

📋 copy color: '#8388B9'

red 131 ◦ green 136 ◦ blue 185

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

Shades of Wild Blue Yonder #8388B9

Tints of Wild Blue Yonder #8388B9

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.09%

 BLUE value IS 185 (72.66% from 255) = 40.93%

R = 28.98%
G = 30.09%
B = 40.93%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8388B9 (or 0x8388B9) is known color: Wild Blue Yonder. HEX triplet: 83, 88 and B9. RGB value is (131,136,185). Sum of RGB (Red+Green+Blue) = 131+136+185=452 (59% of max value = 765). Red value is 131 (51.56% from 255 or 28.98% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 185 - color contains mainly: blue. Hex color #8388B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8388B9 is #7C7746. Grayscale: #8B8B8B. Windows color (decimal): -8156999 or 12159107. OLE color: 12159107.

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

Color convert

RGB 131 136 185 -
CMYK 0.29 0.26 0 0.27
HSL 234.44º 0.28% 0.62% -
HSV(B) 234.44º 0.29% 0.73% -
XYZ 26.92 25.94 49.49 -
YUV 140.09 153.34 121.52 -
System Red Green Blue C M Y K H S L
Decimal 131 136 185 0.29 0.26 0 0.27 234.44 0.28 0.62
Hex 83 88 B9 1D 1A 0 1B EA 1C 3E
Octal 203 210 271 35 32 0 33 352 34 76
Binary 10000011 10001000 10111001 11101 11010 0 11011 11101010 11100 111110

Color Harmonies of #8388B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8388B9

Black with #8388B9

Text Example


Text Example

White with #8388B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8388B9; }

 p { color: rgb(131,136,185); }

 H1.HeaderClassName
 {
   color: #8388B9;
 }
 .AnyTagClassName
 {
   color: #8388B9;
 }
</style>

background-color css

<style>
 a { background-color: #8388B9; }

 a { background-color: rgb(131,136,185); }

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

border-color css

<style>
 span { border-color: #8388B9; }

 span { border-color: rgb(131,136,185); }

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