Html Css Color HEX #838ABC Wild Blue Yonder

📋 copy color: '#838ABC'

red 131 ◦ green 138 ◦ blue 188

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

Shades of Wild Blue Yonder #838ABC

Tints of Wild Blue Yonder #838ABC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.2%

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

R = 28.67%
G = 30.2%
B = 41.14%

CMYK

 C value IS 0.30

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#838ABC (or 0x838ABC) is known color: 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

RGB 131 138 188 -
CMYK 0.30 0.27 0 0.26
HSL 232.63º 0.3% 0.63% -
HSV(B) 232.63º 0.3% 0.74% -
XYZ 27.53 26.63 51.27 -
YUV 141.61 154.18 120.43 -
System Red Green Blue C M Y K H S L
Decimal 131 138 188 0.30 0.27 0 0.26 232.63 0.3 0.63
Hex 83 8A BC 1E 1B 0 1A E9 1E 3F
Octal 203 212 274 36 33 0 32 351 36 77
Binary 10000011 10001010 10111100 11110 11011 0 11010 11101001 11110 111111

Color Harmonies of #838ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838ABC

Black with #838ABC

Text Example


Text Example

White with #838ABC

Text Example


Text Example

HTML Codes & Css Web 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>