Html Css Color HEX #838DBC Wild Blue Yonder

📋 copy color: '#838DBC'

red 131 ◦ green 141 ◦ blue 188

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

Shades of Wild Blue Yonder #838DBC

Tints of Wild Blue Yonder #838DBC

RGB

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

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

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

R = 28.48%
G = 30.65%
B = 40.87%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#838DBC (or 0x838DBC) is known color: Wild Blue Yonder. HEX triplet: 83, 8D and BC. RGB value is (131,141,188). Sum of RGB (Red+Green+Blue) = 131+141+188=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #838DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838DBC is #7C7243. Grayscale: #8F8F8F. Windows color (decimal): -8155716 or 12356995. OLE color: 12356995.

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

Color convert

RGB 131 141 188 -
CMYK 0.30 0.25 0 0.26
HSL 229.47º 0.3% 0.63% -
HSV(B) 229.47º 0.3% 0.74% -
XYZ 27.96 27.51 51.41 -
YUV 143.37 153.19 119.18 -
System Red Green Blue C M Y K H S L
Decimal 131 141 188 0.30 0.25 0 0.26 229.47 0.3 0.63
Hex 83 8D BC 1E 19 0 1A E5 1E 3F
Octal 203 215 274 36 31 0 32 345 36 77
Binary 10000011 10001101 10111100 11110 11001 0 11010 11100101 11110 111111

Color Harmonies of #838DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838DBC

Black with #838DBC

Text Example


Text Example

White with #838DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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