Html Css Color HEX #828BB0 Wild Blue Yonder

📋 copy color: '#828BB0'

red 130 ◦ green 139 ◦ blue 176

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

Shades of Wild Blue Yonder #828BB0

Tints of Wild Blue Yonder #828BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.55%

R = 29.21%
G = 31.24%
B = 39.55%

CMYK

 C value IS 0.26

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#828BB0 (or 0x828BB0) is known color: Wild Blue Yonder. HEX triplet: 82, 8B and B0. RGB value is (130,139,176). Sum of RGB (Red+Green+Blue) = 130+139+176=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 139 (54.69% from 255 or 31.24% from 445); Blue value is 176 (69.14% from 255 or 39.55% from 445); Max value from RGB is 176 - color contains mainly: blue. Hex color #828BB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828BB0 is #7D744F. Grayscale: #8C8C8C. Windows color (decimal): -8221776 or 11570050. OLE color: 11570050.

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

Color convert

RGB 130 139 176 -
CMYK 0.26 0.21 0 0.31
HSL 228.26º 0.23% 0.6% -
HSV(B) 228.26º 0.26% 0.69% -
XYZ 26.28 26.35 44.77 -
YUV 140.53 148.02 120.49 -
System Red Green Blue C M Y K H S L
Decimal 130 139 176 0.26 0.21 0 0.31 228.26 0.23 0.6
Hex 82 8B B0 1A 15 0 1F E4 17 3C
Octal 202 213 260 32 25 0 37 344 27 74
Binary 10000010 10001011 10110000 11010 10101 0 11111 11100100 10111 111100

Color Harmonies of #828BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828BB0

Black with #828BB0

Text Example


Text Example

White with #828BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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