Html Css Color HEX #8388B3 Wild Blue Yonder

📋 copy color: '#8388B3'

red 131 ◦ green 136 ◦ blue 179

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

Shades of Wild Blue Yonder #8388B3

Tints of Wild Blue Yonder #8388B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.13%

R = 29.37%
G = 30.49%
B = 40.13%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8388B3 (or 0x8388B3) is known color: Wild Blue Yonder. HEX triplet: 83, 88 and B3. RGB value is (131,136,179). Sum of RGB (Red+Green+Blue) = 131+136+179=446 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.37% from 446); Green value is 136 (53.52% from 255 or 30.49% from 446); Blue value is 179 (70.31% from 255 or 40.13% from 446); Max value from RGB is 179 - color contains mainly: blue. Hex color #8388B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8388B3 is #7C774C. Grayscale: #8B8B8B. Windows color (decimal): -8157005 or 11765891. OLE color: 11765891.

HSL color Cylindrical-coordinate representation of color #8388B3: hue angle of 233.75º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8388B3 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 131 136 179 -
CMYK 0.27 0.24 0 0.30
HSL 233.75º 0.24% 0.61% -
HSV(B) 233.75º 0.27% 0.7% -
XYZ 26.3 25.69 46.22 -
YUV 139.41 150.34 122 -
System Red Green Blue C M Y K H S L
Decimal 131 136 179 0.27 0.24 0 0.30 233.75 0.24 0.61
Hex 83 88 B3 1B 18 0 1E EA 18 3D
Octal 203 210 263 33 30 0 36 352 30 75
Binary 10000011 10001000 10110011 11011 11000 0 11110 11101010 11000 111101

Color Harmonies of #8388B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8388B3

Black with #8388B3

Text Example


Text Example

White with #8388B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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