Html Css Color HEX #949FC8 Portage

📋 copy color: '#949FC8'

red 148 ◦ green 159 ◦ blue 200

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

Shades of Portage #949FC8

Tints of Portage #949FC8

RGB

 RED value IS 148 (58.2% from 255) = 29.19%

 GREEN value IS 159 (62.5% from 255) = 31.36%

 BLUE value IS 200 (78.52% from 255) = 39.45%

R = 29.19%
G = 31.36%
B = 39.45%

CMYK

 C value IS 0.26

 M value IS 0.20

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#949FC8 (or 0x949FC8) is known color: Portage. HEX triplet: 94, 9F and C8. RGB value is (148,159,200). Sum of RGB (Red+Green+Blue) = 148+159+200=507 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.19% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 200 (78.52% from 255 or 39.45% from 507); Max value from RGB is 200 - color contains mainly: blue. Hex color #949FC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949FC8 is #6B6037. Grayscale: #A0A0A0. Windows color (decimal): -7036984 or 13148052. OLE color: 13148052.

HSL color Cylindrical-coordinate representation of color #949FC8: hue angle of 227.31º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #949FC8 is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 148 159 200 -
CMYK 0.26 0.20 0 0.22
HSL 227.31º 0.32% 0.68% -
HSV(B) 227.31º 0.26% 0.78% -
XYZ 35.04 35.26 59.6 -
YUV 160.39 150.36 119.17 -
System Red Green Blue C M Y K H S L
Decimal 148 159 200 0.26 0.20 0 0.22 227.31 0.32 0.68
Hex 94 9F C8 1A 14 0 16 E3 20 44
Octal 224 237 310 32 24 0 26 343 40 104
Binary 10010100 10011111 11001000 11010 10100 0 10110 11100011 100000 1000100

Color Harmonies of #949FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949FC8

Black with #949FC8

Text Example


Text Example

White with #949FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949FC8; }

 p { color: rgb(148,159,200); }

 H1.HeaderClassName
 {
   color: #949FC8;
 }
 .AnyTagClassName
 {
   color: #949FC8;
 }
</style>

background-color css

<style>
 a { background-color: #949FC8; }

 a { background-color: rgb(148,159,200); }

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

border-color css

<style>
 span { border-color: #949FC8; }

 span { border-color: rgb(148,159,200); }

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