Html Css Color HEX #838FBA Wild Blue Yonder

📋 copy color: '#838FBA'

red 131 ◦ green 143 ◦ blue 186

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

Shades of Wild Blue Yonder #838FBA

Tints of Wild Blue Yonder #838FBA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.09%

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

R = 28.48%
G = 31.09%
B = 40.43%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#838FBA (or 0x838FBA) is known color: Wild Blue Yonder. HEX triplet: 83, 8F and BA. RGB value is (131,143,186). Sum of RGB (Red+Green+Blue) = 131+143+186=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #838FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838FBA is #7C7045. Grayscale: #909090. Windows color (decimal): -8155206 or 12226435. OLE color: 12226435.

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

Color convert

RGB 131 143 186 -
CMYK 0.30 0.23 0 0.27
HSL 226.91º 0.28% 0.62% -
HSV(B) 226.91º 0.3% 0.73% -
XYZ 28.05 28.02 50.38 -
YUV 144.31 151.52 118.5 -
System Red Green Blue C M Y K H S L
Decimal 131 143 186 0.30 0.23 0 0.27 226.91 0.28 0.62
Hex 83 8F BA 1E 17 0 1B E3 1C 3E
Octal 203 217 272 36 27 0 33 343 34 76
Binary 10000011 10001111 10111010 11110 10111 0 11011 11100011 11100 111110

Color Harmonies of #838FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838FBA

Black with #838FBA

Text Example


Text Example

White with #838FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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