Html Css Color HEX #828BC7 Wild Blue Yonder

📋 copy color: '#828BC7'

red 130 ◦ green 139 ◦ blue 199

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

Shades of Wild Blue Yonder #828BC7

Tints of Wild Blue Yonder #828BC7

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.7%

 BLUE value IS 199 (78.13% from 255) = 42.52%

R = 27.78%
G = 29.7%
B = 42.52%

CMYK

 C value IS 0.35

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#828BC7 (or 0x828BC7) is known color: Wild Blue Yonder. HEX triplet: 82, 8B and C7. RGB value is (130,139,199). Sum of RGB (Red+Green+Blue) = 130+139+199=468 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.78% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 199 (78.12% from 255 or 42.52% from 468); Max value from RGB is 199 - color contains mainly: blue. Hex color #828BC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #828BC7 is #7D7438. Grayscale: #8E8E8E. Windows color (decimal): -8221753 or 13077378. OLE color: 13077378.

HSL color Cylindrical-coordinate representation of color #828BC7: hue angle of 232.17º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #828BC7 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 130 139 199 -
CMYK 0.35 0.30 0 0.22
HSL 232.17º 0.38% 0.65% -
HSV(B) 232.17º 0.35% 0.78% -
XYZ 28.75 27.33 57.79 -
YUV 143.15 159.52 118.62 -
System Red Green Blue C M Y K H S L
Decimal 130 139 199 0.35 0.30 0 0.22 232.17 0.38 0.65
Hex 82 8B C7 23 1E 0 16 E8 26 41
Octal 202 213 307 43 36 0 26 350 46 101
Binary 10000010 10001011 11000111 100011 11110 0 10110 11101000 100110 1000001

Color Harmonies of #828BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828BC7

Black with #828BC7

Text Example


Text Example

White with #828BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,139,199); }

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

background-color css

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

 a { background-color: rgb(130,139,199); }

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

border-color css

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

 span { border-color: rgb(130,139,199); }

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