Html Css Color HEX #7F93CE Portage

📋 copy color: '#7F93CE'

red 127 ◦ green 147 ◦ blue 206

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

Shades of Portage #7F93CE

Tints of Portage #7F93CE

RGB

 RED value IS 127 (50% from 255) = 26.46%

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

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

R = 26.46%
G = 30.63%
B = 42.92%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7F93CE (or 0x7F93CE) is known color: Portage. HEX triplet: 7F, 93 and CE. RGB value is (127,147,206). Sum of RGB (Red+Green+Blue) = 127+147+206=480 (63% of max value = 765). Red value is 127 (50% from 255 or 26.46% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #7F93CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F93CE is #806C31. Grayscale: #939393. Windows color (decimal): -8416306 or 13538175. OLE color: 13538175.

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

Color convert

RGB 127 147 206 -
CMYK 0.38 0.29 0 0.19
HSL 224.81º 0.45% 0.65% -
HSV(B) 224.81º 0.38% 0.81% -
XYZ 30.33 29.84 62.55 -
YUV 147.75 160.87 113.2 -
System Red Green Blue C M Y K H S L
Decimal 127 147 206 0.38 0.29 0 0.19 224.81 0.45 0.65
Hex 7F 93 CE 26 1D 0 13 E1 2D 41
Octal 177 223 316 46 35 0 23 341 55 101
Binary 1111111 10010011 11001110 100110 11101 0 10011 11100001 101101 1000001

Color Harmonies of #7F93CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F93CE

Black with #7F93CE

Text Example


Text Example

White with #7F93CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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