Html Css Color HEX #8384B9 Wild Blue Yonder

📋 copy color: '#8384B9'

red 131 ◦ green 132 ◦ blue 185

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

Shades of Wild Blue Yonder #8384B9

Tints of Wild Blue Yonder #8384B9

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.46%

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

R = 29.24%
G = 29.46%
B = 41.29%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8384B9 (or 0x8384B9) is known color: Wild Blue Yonder. HEX triplet: 83, 84 and B9. RGB value is (131,132,185). Sum of RGB (Red+Green+Blue) = 131+132+185=448 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.24% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 185 - color contains mainly: blue. Hex color #8384B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8384B9 is #7C7B46. Grayscale: #898989. Windows color (decimal): -8158023 or 12158083. OLE color: 12158083.

HSL color Cylindrical-coordinate representation of color #8384B9: hue angle of 238.89º 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 #8384B9 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 132 185 -
CMYK 0.29 0.29 0 0.27
HSL 238.89º 0.28% 0.62% -
HSV(B) 238.89º 0.29% 0.73% -
XYZ 26.37 24.83 49.3 -
YUV 137.74 154.67 123.19 -
System Red Green Blue C M Y K H S L
Decimal 131 132 185 0.29 0.29 0 0.27 238.89 0.28 0.62
Hex 83 84 B9 1D 1D 0 1B EF 1C 3E
Octal 203 204 271 35 35 0 33 357 34 76
Binary 10000011 10000100 10111001 11101 11101 0 11011 11101111 11100 111110

Color Harmonies of #8384B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8384B9

Black with #8384B9

Text Example


Text Example

White with #8384B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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