Html Css Color HEX #828DBF Wild Blue Yonder

📋 copy color: '#828DBF'

red 130 ◦ green 141 ◦ blue 191

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

Shades of Wild Blue Yonder #828DBF

Tints of Wild Blue Yonder #828DBF

RGB

 RED value IS 130 (51.17% from 255) = 28.14%

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

 BLUE value IS 191 (75% from 255) = 41.34%

R = 28.14%
G = 30.52%
B = 41.34%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#828DBF (or 0x828DBF) is known color: Wild Blue Yonder. HEX triplet: 82, 8D and BF. RGB value is (130,141,191). Sum of RGB (Red+Green+Blue) = 130+141+191=462 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.14% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 191 (75% from 255 or 41.34% from 462); Max value from RGB is 191 - color contains mainly: blue. Hex color #828DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828DBF is #7D7240. Grayscale: #8F8F8F. Windows color (decimal): -8221249 or 12553602. OLE color: 12553602.

HSL color Cylindrical-coordinate representation of color #828DBF: hue angle of 229.18º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #828DBF is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 141 191 -
CMYK 0.32 0.26 0 0.25
HSL 229.18º 0.32% 0.63% -
HSV(B) 229.18º 0.32% 0.75% -
XYZ 28.13 27.56 53.13 -
YUV 143.41 154.86 118.43 -
System Red Green Blue C M Y K H S L
Decimal 130 141 191 0.32 0.26 0 0.25 229.18 0.32 0.63
Hex 82 8D BF 20 1A 0 19 E5 20 3F
Octal 202 215 277 40 32 0 31 345 40 77
Binary 10000010 10001101 10111111 100000 11010 0 11001 11100101 100000 111111

Color Harmonies of #828DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828DBF

Black with #828DBF

Text Example


Text Example

White with #828DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828DBF; }

 p { color: rgb(130,141,191); }

 H1.HeaderClassName
 {
   color: #828DBF;
 }
 .AnyTagClassName
 {
   color: #828DBF;
 }
</style>

background-color css

<style>
 a { background-color: #828DBF; }

 a { background-color: rgb(130,141,191); }

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

border-color css

<style>
 span { border-color: #828DBF; }

 span { border-color: rgb(130,141,191); }

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