Html Css Color HEX #7B93CE Portage

📋 copy color: '#7B93CE'

red 123 ◦ green 147 ◦ blue 206

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

Shades of Portage #7B93CE

Tints of Portage #7B93CE

RGB

 RED value IS 123 (48.44% from 255) = 25.84%

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

 BLUE value IS 206 (80.86% from 255) = 43.28%

R = 25.84%
G = 30.88%
B = 43.28%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7B93CE (or 0x7B93CE) is known color: Portage. HEX triplet: 7B, 93 and CE. RGB value is (123,147,206). Sum of RGB (Red+Green+Blue) = 123+147+206=476 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.84% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B93CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B93CE is #846C31. Grayscale: #929292. Windows color (decimal): -8678450 or 13538171. OLE color: 13538171.

HSL color Cylindrical-coordinate representation of color #7B93CE: hue angle of 222.65º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B93CE is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 123 147 206 -
CMYK 0.40 0.29 0 0.19
HSL 222.65º 0.46% 0.65% -
HSV(B) 222.65º 0.4% 0.81% -
XYZ 29.74 29.53 62.53 -
YUV 146.55 161.55 111.2 -
System Red Green Blue C M Y K H S L
Decimal 123 147 206 0.40 0.29 0 0.19 222.65 0.46 0.65
Hex 7B 93 CE 28 1D 0 13 DF 2E 41
Octal 173 223 316 50 35 0 23 337 56 101
Binary 1111011 10010011 11001110 101000 11101 0 10011 11011111 101110 1000001

Color Harmonies of #7B93CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B93CE

Black with #7B93CE

Text Example


Text Example

White with #7B93CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B93CE; }

 p { color: rgb(123,147,206); }

 H1.HeaderClassName
 {
   color: #7B93CE;
 }
 .AnyTagClassName
 {
   color: #7B93CE;
 }
</style>

background-color css

<style>
 a { background-color: #7B93CE; }

 a { background-color: rgb(123,147,206); }

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

border-color css

<style>
 span { border-color: #7B93CE; }

 span { border-color: rgb(123,147,206); }

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