Html Css Color HEX #828CBF Wild Blue Yonder

📋 copy color: '#828CBF'

red 130 ◦ green 140 ◦ blue 191

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

Shades of Wild Blue Yonder #828CBF

Tints of Wild Blue Yonder #828CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.43%

R = 28.2%
G = 30.37%
B = 41.43%

CMYK

 C value IS 0.32

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#828CBF (or 0x828CBF) is known color: Wild Blue Yonder. HEX triplet: 82, 8C and BF. RGB value is (130,140,191). Sum of RGB (Red+Green+Blue) = 130+140+191=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 191 (75% from 255 or 41.43% from 461); Max value from RGB is 191 - color contains mainly: blue. Hex color #828CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828CBF is #7D7340. Grayscale: #8E8E8E. Windows color (decimal): -8221505 or 12553346. OLE color: 12553346.

HSL color Cylindrical-coordinate representation of color #828CBF: hue angle of 230.16º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #828CBF is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 140 191 -
CMYK 0.32 0.27 0 0.25
HSL 230.16º 0.32% 0.63% -
HSV(B) 230.16º 0.32% 0.75% -
XYZ 27.99 27.26 53.08 -
YUV 142.82 155.19 118.85 -
System Red Green Blue C M Y K H S L
Decimal 130 140 191 0.32 0.27 0 0.25 230.16 0.32 0.63
Hex 82 8C BF 20 1B 0 19 E6 20 3F
Octal 202 214 277 40 33 0 31 346 40 77
Binary 10000010 10001100 10111111 100000 11011 0 11001 11100110 100000 111111

Color Harmonies of #828CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828CBF

Black with #828CBF

Text Example


Text Example

White with #828CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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