Html Css Color HEX #838EC0 Wild Blue Yonder

📋 copy color: '#838EC0'

red 131 ◦ green 142 ◦ blue 192

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

Shades of Wild Blue Yonder #838EC0

Tints of Wild Blue Yonder #838EC0

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.54%

 BLUE value IS 192 (75.39% from 255) = 41.29%

R = 28.17%
G = 30.54%
B = 41.29%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#838EC0 (or 0x838EC0) is known color: Wild Blue Yonder. HEX triplet: 83, 8E and C0. RGB value is (131,142,192). Sum of RGB (Red+Green+Blue) = 131+142+192=465 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.17% from 465); Green value is 142 (55.86% from 255 or 30.54% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 192 - color contains mainly: blue. Hex color #838EC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838EC0 is #7C713F. Grayscale: #909090. Windows color (decimal): -8155456 or 12619395. OLE color: 12619395.

HSL color Cylindrical-coordinate representation of color #838EC0: hue angle of 229.18º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #838EC0 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 142 192 -
CMYK 0.32 0.26 0 0.25
HSL 229.18º 0.33% 0.63% -
HSV(B) 229.18º 0.32% 0.75% -
XYZ 28.55 27.98 53.76 -
YUV 144.41 154.86 118.43 -
System Red Green Blue C M Y K H S L
Decimal 131 142 192 0.32 0.26 0 0.25 229.18 0.33 0.63
Hex 83 8E C0 20 1A 0 19 E5 21 3F
Octal 203 216 300 40 32 0 31 345 41 77
Binary 10000011 10001110 11000000 100000 11010 0 11001 11100101 100001 111111

Color Harmonies of #838EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838EC0

Black with #838EC0

Text Example


Text Example

White with #838EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838EC0; }

 p { color: rgb(131,142,192); }

 H1.HeaderClassName
 {
   color: #838EC0;
 }
 .AnyTagClassName
 {
   color: #838EC0;
 }
</style>

background-color css

<style>
 a { background-color: #838EC0; }

 a { background-color: rgb(131,142,192); }

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

border-color css

<style>
 span { border-color: #838EC0; }

 span { border-color: rgb(131,142,192); }

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