Html Css Color HEX #838DBA Wild Blue Yonder

📋 copy color: '#838DBA'

red 131 ◦ green 141 ◦ blue 186

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

Shades of Wild Blue Yonder #838DBA

Tints of Wild Blue Yonder #838DBA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.79%

 BLUE value IS 186 (73.05% from 255) = 40.61%

R = 28.6%
G = 30.79%
B = 40.61%

CMYK

 C value IS 0.30

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#838DBA (or 0x838DBA) is known color: Wild Blue Yonder. HEX triplet: 83, 8D and BA. RGB value is (131,141,186). Sum of RGB (Red+Green+Blue) = 131+141+186=458 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.60% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #838DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838DBA is #7C7245. Grayscale: #8E8E8E. Windows color (decimal): -8155718 or 12225923. OLE color: 12225923.

HSL color Cylindrical-coordinate representation of color #838DBA: hue angle of 229.09º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #838DBA is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 141 186 -
CMYK 0.30 0.24 0 0.27
HSL 229.09º 0.28% 0.62% -
HSV(B) 229.09º 0.3% 0.73% -
XYZ 27.75 27.42 50.28 -
YUV 143.14 152.19 119.34 -
System Red Green Blue C M Y K H S L
Decimal 131 141 186 0.30 0.24 0 0.27 229.09 0.28 0.62
Hex 83 8D BA 1E 18 0 1B E5 1C 3E
Octal 203 215 272 36 30 0 33 345 34 76
Binary 10000011 10001101 10111010 11110 11000 0 11011 11100101 11100 111110

Color Harmonies of #838DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838DBA

Black with #838DBA

Text Example


Text Example

White with #838DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,141,186); }

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

background-color css

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

 a { background-color: rgb(131,141,186); }

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

border-color css

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

 span { border-color: rgb(131,141,186); }

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