Html Css Color HEX #838FBE Wild Blue Yonder

📋 copy color: '#838FBE'

red 131 ◦ green 143 ◦ blue 190

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

Shades of Wild Blue Yonder #838FBE

Tints of Wild Blue Yonder #838FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.95%

R = 28.23%
G = 30.82%
B = 40.95%

CMYK

 C value IS 0.31

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#838FBE (or 0x838FBE) is known color: Wild Blue Yonder. HEX triplet: 83, 8F and BE. RGB value is (131,143,190). Sum of RGB (Red+Green+Blue) = 131+143+190=464 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.23% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #838FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838FBE is #7C7041. Grayscale: #909090. Windows color (decimal): -8155202 or 12488579. OLE color: 12488579.

HSL color Cylindrical-coordinate representation of color #838FBE: hue angle of 227.8º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #838FBE is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 143 190 -
CMYK 0.31 0.25 0 0.25
HSL 227.8º 0.31% 0.63% -
HSV(B) 227.8º 0.31% 0.75% -
XYZ 28.48 28.19 52.66 -
YUV 144.77 153.52 118.18 -
System Red Green Blue C M Y K H S L
Decimal 131 143 190 0.31 0.25 0 0.25 227.8 0.31 0.63
Hex 83 8F BE 1F 19 0 19 E4 1F 3F
Octal 203 217 276 37 31 0 31 344 37 77
Binary 10000011 10001111 10111110 11111 11001 0 11001 11100100 11111 111111

Color Harmonies of #838FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838FBE

Black with #838FBE

Text Example


Text Example

White with #838FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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