Html Css Color HEX #838CBE Wild Blue Yonder

📋 copy color: '#838CBE'

red 131 ◦ green 140 ◦ blue 190

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

Shades of Wild Blue Yonder #838CBE

Tints of Wild Blue Yonder #838CBE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.37%

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

R = 28.42%
G = 30.37%
B = 41.21%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#838CBE (or 0x838CBE) is known color: Wild Blue Yonder. HEX triplet: 83, 8C and BE. RGB value is (131,140,190). Sum of RGB (Red+Green+Blue) = 131+140+190=461 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.42% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #838CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838CBE is #7C7341. Grayscale: #8E8E8E. Windows color (decimal): -8155970 or 12487811. OLE color: 12487811.

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

Color convert

RGB 131 140 190 -
CMYK 0.31 0.26 0 0.25
HSL 230.85º 0.31% 0.63% -
HSV(B) 230.85º 0.31% 0.75% -
XYZ 28.03 27.3 52.51 -
YUV 143.01 154.52 119.43 -
System Red Green Blue C M Y K H S L
Decimal 131 140 190 0.31 0.26 0 0.25 230.85 0.31 0.63
Hex 83 8C BE 1F 1A 0 19 E7 1F 3F
Octal 203 214 276 37 32 0 31 347 37 77
Binary 10000011 10001100 10111110 11111 11010 0 11001 11100111 11111 111111

Color Harmonies of #838CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838CBE

Black with #838CBE

Text Example


Text Example

White with #838CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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