#838ABC

Color #838ABC Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #838ABC

Tints of Wild Blue Yonder #838ABC

Color information

#838ABC (or 0x838ABC) is unknown color: approx Wild Blue Yonder. HEX triplet: 83, 8A and BC. RGB value is (131,138,188). Sum of RGB (Red+Green+Blue) = 131+138+188=457 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.67% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #838ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838ABC is #7C7543. Grayscale: #8D8D8D. Windows color (decimal): -8156484 or 12356227. OLE color: 12356227.

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

Color convert

RGB131138188-
CMYK0.300.2700.26
HSL232.63º29.84%62.55%-
HSV(B)232.63º30.32%73.73%-
XYZ27.5326.6351.27-
YUV141.61154.18120.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.67%
GREEN value IS 138 (54.30% from 255) = 30.20%
BLUE value IS 188 (73.83% from 255) = 41.14%
R=28.67%
G=30.20%
B=41.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1311381880.300.2700.26232.6329.8462.55
Hex838ABC1E1B01Ae91e3f
Octal20321227436330323513677
Binary10000011100010101011110011110110110110101110100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #838ABC;
 }
 .AnyTagClassName
 {
   color: #838ABC;
 }
</style>
background-color css

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

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

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

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

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

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