Html Css Color HEX #949CDD Portage

📋 copy color: '#949CDD'

red 148 ◦ green 156 ◦ blue 221

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

Shades of Portage #949CDD

Tints of Portage #949CDD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.71%

 BLUE value IS 221 (86.72% from 255) = 42.1%

R = 28.19%
G = 29.71%
B = 42.1%

CMYK

 C value IS 0.33

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#949CDD (or 0x949CDD) is known color: Portage. HEX triplet: 94, 9C and DD. RGB value is (148,156,221). Sum of RGB (Red+Green+Blue) = 148+156+221=525 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.19% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #949CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949CDD is #6B6322. Grayscale: #A0A0A0. Windows color (decimal): -7037731 or 14523540. OLE color: 14523540.

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

Color convert

RGB 148 156 221 -
CMYK 0.33 0.29 0 0.13
HSL 233.42º 0.52% 0.72% -
HSV(B) 233.42º 0.33% 0.87% -
XYZ 37.15 35.29 73.26 -
YUV 161.02 161.85 118.71 -
System Red Green Blue C M Y K H S L
Decimal 148 156 221 0.33 0.29 0 0.13 233.42 0.52 0.72
Hex 94 9C DD 21 1D 0 D E9 34 48
Octal 224 234 335 41 35 0 15 351 64 110
Binary 10010100 10011100 11011101 100001 11101 0 1101 11101001 110100 1001000

Color Harmonies of #949CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949CDD

Black with #949CDD

Text Example


Text Example

White with #949CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,156,221); }

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

background-color css

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

 a { background-color: rgb(148,156,221); }

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

border-color css

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

 span { border-color: rgb(148,156,221); }

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