Html Css Color HEX #949FCE Portage

📋 copy color: '#949FCE'

red 148 ◦ green 159 ◦ blue 206

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

Shades of Portage #949FCE

Tints of Portage #949FCE

RGB

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

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

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

R = 28.85%
G = 30.99%
B = 40.16%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#949FCE (or 0x949FCE) is known color: Portage. HEX triplet: 94, 9F and CE. RGB value is (148,159,206). Sum of RGB (Red+Green+Blue) = 148+159+206=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 206 (80.86% from 255 or 40.16% from 513); Max value from RGB is 206 - color contains mainly: blue. Hex color #949FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949FCE is #6B6031. Grayscale: #A0A0A0. Windows color (decimal): -7036978 or 13541268. OLE color: 13541268.

HSL color Cylindrical-coordinate representation of color #949FCE: hue angle of 228.62º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #949FCE is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 159 206 -
CMYK 0.28 0.23 0 0.19
HSL 228.62º 0.37% 0.69% -
HSV(B) 228.62º 0.28% 0.81% -
XYZ 35.75 35.55 63.37 -
YUV 161.07 153.36 118.68 -
System Red Green Blue C M Y K H S L
Decimal 148 159 206 0.28 0.23 0 0.19 228.62 0.37 0.69
Hex 94 9F CE 1C 17 0 13 E5 25 45
Octal 224 237 316 34 27 0 23 345 45 105
Binary 10010100 10011111 11001110 11100 10111 0 10011 11100101 100101 1000101

Color Harmonies of #949FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949FCE

Black with #949FCE

Text Example


Text Example

White with #949FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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