Html Css Color HEX #828CBA Wild Blue Yonder

📋 copy color: '#828CBA'

red 130 ◦ green 140 ◦ blue 186

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

Shades of Wild Blue Yonder #828CBA

Tints of Wild Blue Yonder #828CBA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.7%

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

R = 28.51%
G = 30.7%
B = 40.79%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#828CBA (or 0x828CBA) is known color: Wild Blue Yonder. HEX triplet: 82, 8C and BA. RGB value is (130,140,186). Sum of RGB (Red+Green+Blue) = 130+140+186=456 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.51% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #828CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828CBA is #7D7345. Grayscale: #8E8E8E. Windows color (decimal): -8221510 or 12225666. OLE color: 12225666.

HSL color Cylindrical-coordinate representation of color #828CBA: hue angle of 229.29º 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 #828CBA is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 140 186 -
CMYK 0.30 0.25 0 0.27
HSL 229.29º 0.29% 0.62% -
HSV(B) 229.29º 0.3% 0.73% -
XYZ 27.45 27.05 50.23 -
YUV 142.25 152.69 119.26 -
System Red Green Blue C M Y K H S L
Decimal 130 140 186 0.30 0.25 0 0.27 229.29 0.29 0.62
Hex 82 8C BA 1E 19 0 1B E5 1D 3E
Octal 202 214 272 36 31 0 33 345 35 76
Binary 10000010 10001100 10111010 11110 11001 0 11011 11100101 11101 111110

Color Harmonies of #828CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828CBA

Black with #828CBA

Text Example


Text Example

White with #828CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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