Html Css Color HEX #838DBB Wild Blue Yonder

📋 copy color: '#838DBB'

red 131 ◦ green 141 ◦ blue 187

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

Shades of Wild Blue Yonder #838DBB

Tints of Wild Blue Yonder #838DBB

RGB

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

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

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

R = 28.54%
G = 30.72%
B = 40.74%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#838DBB (or 0x838DBB) is known color: Wild Blue Yonder. HEX triplet: 83, 8D and BB. RGB value is (131,141,187). Sum of RGB (Red+Green+Blue) = 131+141+187=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #838DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838DBB is #7C7244. Grayscale: #8F8F8F. Windows color (decimal): -8155717 or 12291459. OLE color: 12291459.

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

Color convert

RGB 131 141 187 -
CMYK 0.30 0.25 0 0.27
HSL 229.29º 0.29% 0.62% -
HSV(B) 229.29º 0.3% 0.73% -
XYZ 27.85 27.46 50.85 -
YUV 143.25 152.69 119.26 -
System Red Green Blue C M Y K H S L
Decimal 131 141 187 0.30 0.25 0 0.27 229.29 0.29 0.62
Hex 83 8D BB 1E 19 0 1B E5 1D 3E
Octal 203 215 273 36 31 0 33 345 35 76
Binary 10000011 10001101 10111011 11110 11001 0 11011 11100101 11101 111110

Color Harmonies of #838DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838DBB

Black with #838DBB

Text Example


Text Example

White with #838DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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