Html Css Color HEX #828CBD Wild Blue Yonder

📋 copy color: '#828CBD'

red 130 ◦ green 140 ◦ blue 189

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

Shades of Wild Blue Yonder #828CBD

Tints of Wild Blue Yonder #828CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.18%

R = 28.32%
G = 30.5%
B = 41.18%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#828CBD (or 0x828CBD) is known color: Wild Blue Yonder. HEX triplet: 82, 8C and BD. RGB value is (130,140,189). Sum of RGB (Red+Green+Blue) = 130+140+189=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 189 - color contains mainly: blue. Hex color #828CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828CBD is #7D7342. Grayscale: #8E8E8E. Windows color (decimal): -8221507 or 12422274. OLE color: 12422274.

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

Color convert

RGB 130 140 189 -
CMYK 0.31 0.26 0 0.26
HSL 229.83º 0.31% 0.63% -
HSV(B) 229.83º 0.31% 0.74% -
XYZ 27.77 27.18 51.93 -
YUV 142.6 154.19 119.02 -
System Red Green Blue C M Y K H S L
Decimal 130 140 189 0.31 0.26 0 0.26 229.83 0.31 0.63
Hex 82 8C BD 1F 1A 0 1A E6 1F 3F
Octal 202 214 275 37 32 0 32 346 37 77
Binary 10000010 10001100 10111101 11111 11010 0 11010 11100110 11111 111111

Color Harmonies of #828CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828CBD

Black with #828CBD

Text Example


Text Example

White with #828CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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