Html Css Color HEX #949DCE Portage

📋 copy color: '#949DCE'

red 148 ◦ green 157 ◦ blue 206

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

Shades of Portage #949DCE

Tints of Portage #949DCE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.72%

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

R = 28.96%
G = 30.72%
B = 40.31%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#949DCE (or 0x949DCE) is known color: Portage. HEX triplet: 94, 9D and CE. RGB value is (148,157,206). Sum of RGB (Red+Green+Blue) = 148+157+206=511 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.96% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #949DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949DCE is #6B6231. Grayscale: #9F9F9F. Windows color (decimal): -7037490 or 13540756. OLE color: 13540756.

HSL color Cylindrical-coordinate representation of color #949DCE: hue angle of 230.69º 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 #949DCE is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 157 206 -
CMYK 0.28 0.24 0 0.19
HSL 230.69º 0.37% 0.69% -
HSV(B) 230.69º 0.28% 0.81% -
XYZ 35.41 34.87 63.26 -
YUV 159.9 154.02 119.52 -
System Red Green Blue C M Y K H S L
Decimal 148 157 206 0.28 0.24 0 0.19 230.69 0.37 0.69
Hex 94 9D CE 1C 18 0 13 E7 25 45
Octal 224 235 316 34 30 0 23 347 45 105
Binary 10010100 10011101 11001110 11100 11000 0 10011 11100111 100101 1000101

Color Harmonies of #949DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949DCE

Black with #949DCE

Text Example


Text Example

White with #949DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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