Html Css Color HEX #8293CB Portage

📋 copy color: '#8293CB'

red 130 ◦ green 147 ◦ blue 203

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

Shades of Portage #8293CB

Tints of Portage #8293CB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.63%

 BLUE value IS 203 (79.69% from 255) = 42.29%

R = 27.08%
G = 30.63%
B = 42.29%

CMYK

 C value IS 0.36

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8293CB (or 0x8293CB) is known color: Portage. HEX triplet: 82, 93 and CB. RGB value is (130,147,203). Sum of RGB (Red+Green+Blue) = 130+147+203=480 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.08% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #8293CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8293CB is #7D6C34. Grayscale: #949494. Windows color (decimal): -8219701 or 13341570. OLE color: 13341570.

HSL color Cylindrical-coordinate representation of color #8293CB: hue angle of 226.03º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8293CB is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 147 203 -
CMYK 0.36 0.28 0 0.20
HSL 226.03º 0.41% 0.65% -
HSV(B) 226.03º 0.36% 0.8% -
XYZ 30.42 29.93 60.67 -
YUV 148.3 158.87 114.95 -
System Red Green Blue C M Y K H S L
Decimal 130 147 203 0.36 0.28 0 0.20 226.03 0.41 0.65
Hex 82 93 CB 24 1C 0 14 E2 29 41
Octal 202 223 313 44 34 0 24 342 51 101
Binary 10000010 10010011 11001011 100100 11100 0 10100 11100010 101001 1000001

Color Harmonies of #8293CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8293CB

Black with #8293CB

Text Example


Text Example

White with #8293CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8293CB; }

 p { color: rgb(130,147,203); }

 H1.HeaderClassName
 {
   color: #8293CB;
 }
 .AnyTagClassName
 {
   color: #8293CB;
 }
</style>

background-color css

<style>
 a { background-color: #8293CB; }

 a { background-color: rgb(130,147,203); }

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

border-color css

<style>
 span { border-color: #8293CB; }

 span { border-color: rgb(130,147,203); }

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