Html Css Color HEX #838EC6 Wild Blue Yonder

📋 copy color: '#838EC6'

red 131 ◦ green 142 ◦ blue 198

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

Shades of Wild Blue Yonder #838EC6

Tints of Wild Blue Yonder #838EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.04%

R = 27.81%
G = 30.15%
B = 42.04%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#838EC6 (or 0x838EC6) is known color: Wild Blue Yonder. HEX triplet: 83, 8E and C6. RGB value is (131,142,198). Sum of RGB (Red+Green+Blue) = 131+142+198=471 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.81% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 198 - color contains mainly: blue. Hex color #838EC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838EC6 is #7C7139. Grayscale: #909090. Windows color (decimal): -8155450 or 13012611. OLE color: 13012611.

HSL color Cylindrical-coordinate representation of color #838EC6: hue angle of 230.15º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #838EC6 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 131 142 198 -
CMYK 0.34 0.28 0 0.22
HSL 230.15º 0.37% 0.65% -
HSV(B) 230.15º 0.34% 0.78% -
XYZ 29.23 28.25 57.34 -
YUV 145.1 157.86 117.95 -
System Red Green Blue C M Y K H S L
Decimal 131 142 198 0.34 0.28 0 0.22 230.15 0.37 0.65
Hex 83 8E C6 22 1C 0 16 E6 25 41
Octal 203 216 306 42 34 0 26 346 45 101
Binary 10000011 10001110 11000110 100010 11100 0 10110 11100110 100101 1000001

Color Harmonies of #838EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838EC6

Black with #838EC6

Text Example


Text Example

White with #838EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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