Html Css Color HEX #828BB7 Wild Blue Yonder

📋 copy color: '#828BB7'

red 130 ◦ green 139 ◦ blue 183

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

Shades of Wild Blue Yonder #828BB7

Tints of Wild Blue Yonder #828BB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 40.49%

R = 28.76%
G = 30.75%
B = 40.49%

CMYK

 C value IS 0.29

 M value IS 0.24

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#828BB7 (or 0x828BB7) is known color: Wild Blue Yonder. HEX triplet: 82, 8B and B7. RGB value is (130,139,183). Sum of RGB (Red+Green+Blue) = 130+139+183=452 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.76% from 452); Green value is 139 (54.69% from 255 or 30.75% from 452); Blue value is 183 (71.88% from 255 or 40.49% from 452); Max value from RGB is 183 - color contains mainly: blue. Hex color #828BB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828BB7 is #7D7448. Grayscale: #8D8D8D. Windows color (decimal): -8221769 or 12028802. OLE color: 12028802.

HSL color Cylindrical-coordinate representation of color #828BB7: hue angle of 229.81º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #828BB7 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 130 139 183 -
CMYK 0.29 0.24 0 0.28
HSL 229.81º 0.27% 0.61% -
HSV(B) 229.81º 0.29% 0.72% -
XYZ 26.99 26.63 48.52 -
YUV 141.33 151.52 119.92 -
System Red Green Blue C M Y K H S L
Decimal 130 139 183 0.29 0.24 0 0.28 229.81 0.27 0.61
Hex 82 8B B7 1D 18 0 1C E6 1B 3D
Octal 202 213 267 35 30 0 34 346 33 75
Binary 10000010 10001011 10110111 11101 11000 0 11100 11100110 11011 111101

Color Harmonies of #828BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828BB7

Black with #828BB7

Text Example


Text Example

White with #828BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,139,183); }

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

background-color css

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

 a { background-color: rgb(130,139,183); }

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

border-color css

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

 span { border-color: rgb(130,139,183); }

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