Html Css Color HEX #838EBE Wild Blue Yonder

📋 copy color: '#838EBE'

red 131 ◦ green 142 ◦ blue 190

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

Shades of Wild Blue Yonder #838EBE

Tints of Wild Blue Yonder #838EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.04%

R = 28.29%
G = 30.67%
B = 41.04%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#838EBE (or 0x838EBE) is known color: Wild Blue Yonder. HEX triplet: 83, 8E and BE. RGB value is (131,142,190). Sum of RGB (Red+Green+Blue) = 131+142+190=463 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.29% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #838EBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838EBE is #7C7141. Grayscale: #8F8F8F. Windows color (decimal): -8155458 or 12488323. OLE color: 12488323.

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

Color convert

RGB 131 142 190 -
CMYK 0.31 0.25 0 0.25
HSL 228.81º 0.31% 0.63% -
HSV(B) 228.81º 0.31% 0.75% -
XYZ 28.33 27.89 52.61 -
YUV 144.18 153.86 118.6 -
System Red Green Blue C M Y K H S L
Decimal 131 142 190 0.31 0.25 0 0.25 228.81 0.31 0.63
Hex 83 8E BE 1F 19 0 19 E5 1F 3F
Octal 203 216 276 37 31 0 31 345 37 77
Binary 10000011 10001110 10111110 11111 11001 0 11001 11100101 11111 111111

Color Harmonies of #838EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838EBE

Black with #838EBE

Text Example


Text Example

White with #838EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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