Html Css Color HEX #838BC6 Wild Blue Yonder

📋 copy color: '#838BC6'

red 131 ◦ green 139 ◦ blue 198

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

Shades of Wild Blue Yonder #838BC6

Tints of Wild Blue Yonder #838BC6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.7%

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

R = 27.99%
G = 29.7%
B = 42.31%

CMYK

 C value IS 0.34

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#838BC6 (or 0x838BC6) is known color: Wild Blue Yonder. HEX triplet: 83, 8B and C6. RGB value is (131,139,198). Sum of RGB (Red+Green+Blue) = 131+139+198=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 198 - color contains mainly: blue. Hex color #838BC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838BC6 is #7C7439. Grayscale: #8F8F8F. Windows color (decimal): -8156218 or 13011843. OLE color: 13011843.

HSL color Cylindrical-coordinate representation of color #838BC6: hue angle of 232.84º 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 #838BC6 is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 131 139 198 -
CMYK 0.34 0.30 0 0.22
HSL 232.84º 0.37% 0.65% -
HSV(B) 232.84º 0.34% 0.78% -
XYZ 28.79 27.37 57.19 -
YUV 143.33 158.85 119.2 -
System Red Green Blue C M Y K H S L
Decimal 131 139 198 0.34 0.30 0 0.22 232.84 0.37 0.65
Hex 83 8B C6 22 1E 0 16 E9 25 41
Octal 203 213 306 42 36 0 26 351 45 101
Binary 10000011 10001011 11000110 100010 11110 0 10110 11101001 100101 1000001

Color Harmonies of #838BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838BC6

Black with #838BC6

Text Example


Text Example

White with #838BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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