Html Css Color HEX #828DBB Wild Blue Yonder

📋 copy color: '#828DBB'

red 130 ◦ green 141 ◦ blue 187

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

Shades of Wild Blue Yonder #828DBB

Tints of Wild Blue Yonder #828DBB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.79%

 BLUE value IS 187 (73.44% from 255) = 40.83%

R = 28.38%
G = 30.79%
B = 40.83%

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

#828DBB (or 0x828DBB) is known color: Wild Blue Yonder. HEX triplet: 82, 8D and BB. RGB value is (130,141,187). Sum of RGB (Red+Green+Blue) = 130+141+187=458 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.38% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 187 - color contains mainly: blue. Hex color #828DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828DBB is #7D7244. Grayscale: #8E8E8E. Windows color (decimal): -8221253 or 12291458. OLE color: 12291458.

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

Color convert

RGB 130 141 187 -
CMYK 0.30 0.25 0 0.27
HSL 228.42º 0.3% 0.62% -
HSV(B) 228.42º 0.3% 0.73% -
XYZ 27.7 27.38 50.84 -
YUV 142.96 152.86 118.76 -
System Red Green Blue C M Y K H S L
Decimal 130 141 187 0.30 0.25 0 0.27 228.42 0.3 0.62
Hex 82 8D BB 1E 19 0 1B E4 1E 3E
Octal 202 215 273 36 31 0 33 344 36 76
Binary 10000010 10001101 10111011 11110 11001 0 11011 11100100 11110 111110

Color Harmonies of #828DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828DBB

Black with #828DBB

Text Example


Text Example

White with #828DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,141,187); }

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

background-color css

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

 a { background-color: rgb(130,141,187); }

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

border-color css

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

 span { border-color: rgb(130,141,187); }

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