Html Css Color HEX #949DDC Portage

📋 copy color: '#949DDC'

red 148 ◦ green 157 ◦ blue 220

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

Shades of Portage #949DDC

Tints of Portage #949DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.9%

R = 28.19%
G = 29.9%
B = 41.9%

CMYK

 C value IS 0.33

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#949DDC (or 0x949DDC) is known color: Portage. HEX triplet: 94, 9D and DC. RGB value is (148,157,220). Sum of RGB (Red+Green+Blue) = 148+157+220=525 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.19% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #949DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949DDC is #6B6223. Grayscale: #A1A1A1. Windows color (decimal): -7037476 or 14458260. OLE color: 14458260.

HSL color Cylindrical-coordinate representation of color #949DDC: hue angle of 232.5º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #949DDC is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 157 220 -
CMYK 0.33 0.29 0 0.14
HSL 232.5º 0.51% 0.72% -
HSV(B) 232.5º 0.33% 0.86% -
XYZ 37.19 35.58 72.62 -
YUV 161.49 161.02 118.38 -
System Red Green Blue C M Y K H S L
Decimal 148 157 220 0.33 0.29 0 0.14 232.5 0.51 0.72
Hex 94 9D DC 21 1D 0 E E8 33 48
Octal 224 235 334 41 35 0 16 350 63 110
Binary 10010100 10011101 11011100 100001 11101 0 1110 11101000 110011 1001000

Color Harmonies of #949DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949DDC

Black with #949DDC

Text Example


Text Example

White with #949DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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