Html Css Color HEX #828ABA Wild Blue Yonder

📋 copy color: '#828ABA'

red 130 ◦ green 138 ◦ blue 186

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

Shades of Wild Blue Yonder #828ABA

Tints of Wild Blue Yonder #828ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.97%

R = 28.63%
G = 30.4%
B = 40.97%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#828ABA (or 0x828ABA) is known color: Wild Blue Yonder. HEX triplet: 82, 8A and BA. RGB value is (130,138,186). Sum of RGB (Red+Green+Blue) = 130+138+186=454 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.63% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #828ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828ABA is #7D7545. Grayscale: #8C8C8C. Windows color (decimal): -8222022 or 12225154. OLE color: 12225154.

HSL color Cylindrical-coordinate representation of color #828ABA: hue angle of 231.43º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #828ABA is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 138 186 -
CMYK 0.30 0.26 0 0.27
HSL 231.43º 0.29% 0.62% -
HSV(B) 231.43º 0.3% 0.73% -
XYZ 27.16 26.47 50.13 -
YUV 141.08 153.35 120.1 -
System Red Green Blue C M Y K H S L
Decimal 130 138 186 0.30 0.26 0 0.27 231.43 0.29 0.62
Hex 82 8A BA 1E 1A 0 1B E7 1D 3E
Octal 202 212 272 36 32 0 33 347 35 76
Binary 10000010 10001010 10111010 11110 11010 0 11011 11100111 11101 111110

Color Harmonies of #828ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828ABA

Black with #828ABA

Text Example


Text Example

White with #828ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,138,186); }

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

background-color css

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

 a { background-color: rgb(130,138,186); }

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

border-color css

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

 span { border-color: rgb(130,138,186); }

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