Html Css Color HEX #838BAF Wild Blue Yonder

📋 copy color: '#838BAF'

red 131 ◦ green 139 ◦ blue 175

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

Shades of Wild Blue Yonder #838BAF

Tints of Wild Blue Yonder #838BAF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.24%

 BLUE value IS 175 (68.75% from 255) = 39.33%

R = 29.44%
G = 31.24%
B = 39.33%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#838BAF (or 0x838BAF) is known color: Wild Blue Yonder. HEX triplet: 83, 8B and AF. RGB value is (131,139,175). Sum of RGB (Red+Green+Blue) = 131+139+175=445 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.44% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 175 - color contains mainly: blue. Hex color #838BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838BAF is #7C7450. Grayscale: #8C8C8C. Windows color (decimal): -8156241 or 11504515. OLE color: 11504515.

HSL color Cylindrical-coordinate representation of color #838BAF: hue angle of 229.09º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #838BAF is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 139 175 -
CMYK 0.25 0.21 0 0.31
HSL 229.09º 0.22% 0.6% -
HSV(B) 229.09º 0.25% 0.69% -
XYZ 26.33 26.39 44.26 -
YUV 140.71 147.35 121.07 -
System Red Green Blue C M Y K H S L
Decimal 131 139 175 0.25 0.21 0 0.31 229.09 0.22 0.6
Hex 83 8B AF 19 15 0 1F E5 16 3C
Octal 203 213 257 31 25 0 37 345 26 74
Binary 10000011 10001011 10101111 11001 10101 0 11111 11100101 10110 111100

Color Harmonies of #838BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838BAF

Black with #838BAF

Text Example


Text Example

White with #838BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,139,175); }

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

background-color css

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

 a { background-color: rgb(131,139,175); }

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

border-color css

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

 span { border-color: rgb(131,139,175); }

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