Html Css Color HEX #838FBC Wild Blue Yonder

📋 copy color: '#838FBC'

red 131 ◦ green 143 ◦ blue 188

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

Shades of Wild Blue Yonder #838FBC

Tints of Wild Blue Yonder #838FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.69%

R = 28.35%
G = 30.95%
B = 40.69%

CMYK

 C value IS 0.30

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#838FBC (or 0x838FBC) is known color: Wild Blue Yonder. HEX triplet: 83, 8F and BC. RGB value is (131,143,188). Sum of RGB (Red+Green+Blue) = 131+143+188=462 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.35% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #838FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838FBC is #7C7043. Grayscale: #909090. Windows color (decimal): -8155204 or 12357507. OLE color: 12357507.

HSL color Cylindrical-coordinate representation of color #838FBC: hue angle of 227.37º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #838FBC is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 131 143 188 -
CMYK 0.30 0.24 0 0.26
HSL 227.37º 0.3% 0.63% -
HSV(B) 227.37º 0.3% 0.74% -
XYZ 28.26 28.1 51.51 -
YUV 144.54 152.52 118.34 -
System Red Green Blue C M Y K H S L
Decimal 131 143 188 0.30 0.24 0 0.26 227.37 0.3 0.63
Hex 83 8F BC 1E 18 0 1A E3 1E 3F
Octal 203 217 274 36 30 0 32 343 36 77
Binary 10000011 10001111 10111100 11110 11000 0 11010 11100011 11110 111111

Color Harmonies of #838FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838FBC

Black with #838FBC

Text Example


Text Example

White with #838FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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