Html Css Color HEX #838FBB Wild Blue Yonder

📋 copy color: '#838FBB'

red 131 ◦ green 143 ◦ blue 187

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

Shades of Wild Blue Yonder #838FBB

Tints of Wild Blue Yonder #838FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.56%

R = 28.42%
G = 31.02%
B = 40.56%

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

#838FBB (or 0x838FBB) is known color: Wild Blue Yonder. HEX triplet: 83, 8F and BB. RGB value is (131,143,187). Sum of RGB (Red+Green+Blue) = 131+143+187=461 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.42% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #838FBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838FBB is #7C7044. Grayscale: #909090. Windows color (decimal): -8155205 or 12291971. OLE color: 12291971.

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

Color convert

RGB 131 143 187 -
CMYK 0.30 0.24 0 0.27
HSL 227.14º 0.29% 0.62% -
HSV(B) 227.14º 0.3% 0.73% -
XYZ 28.15 28.06 50.95 -
YUV 144.43 152.02 118.42 -
System Red Green Blue C M Y K H S L
Decimal 131 143 187 0.30 0.24 0 0.27 227.14 0.29 0.62
Hex 83 8F BB 1E 18 0 1B E3 1D 3E
Octal 203 217 273 36 30 0 33 343 35 76
Binary 10000011 10001111 10111011 11110 11000 0 11011 11100011 11101 111110

Color Harmonies of #838FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838FBB

Black with #838FBB

Text Example


Text Example

White with #838FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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