Html Css Color HEX #838BC0 Wild Blue Yonder

📋 copy color: '#838BC0'

red 131 ◦ green 139 ◦ blue 192

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

Shades of Wild Blue Yonder #838BC0

Tints of Wild Blue Yonder #838BC0

RGB

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

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

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

R = 28.35%
G = 30.09%
B = 41.56%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#838BC0 (or 0x838BC0) is known color: Wild Blue Yonder. HEX triplet: 83, 8B and C0. RGB value is (131,139,192). Sum of RGB (Red+Green+Blue) = 131+139+192=462 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.35% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 192 - color contains mainly: blue. Hex color #838BC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838BC0 is #7C743F. Grayscale: #8E8E8E. Windows color (decimal): -8156224 or 12618627. OLE color: 12618627.

HSL color Cylindrical-coordinate representation of color #838BC0: hue angle of 232.13º 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 #838BC0 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 139 192 -
CMYK 0.32 0.28 0 0.25
HSL 232.13º 0.33% 0.63% -
HSV(B) 232.13º 0.32% 0.75% -
XYZ 28.11 27.1 53.62 -
YUV 142.65 155.85 119.69 -
System Red Green Blue C M Y K H S L
Decimal 131 139 192 0.32 0.28 0 0.25 232.13 0.33 0.63
Hex 83 8B C0 20 1C 0 19 E8 21 3F
Octal 203 213 300 40 34 0 31 350 41 77
Binary 10000011 10001011 11000000 100000 11100 0 11001 11101000 100001 111111

Color Harmonies of #838BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838BC0

Black with #838BC0

Text Example


Text Example

White with #838BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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