Html Css Color HEX #949CEE Portage

📋 copy color: '#949CEE'

red 148 ◦ green 156 ◦ blue 238

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

Shades of Portage #949CEE

Tints of Portage #949CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.91%

R = 27.31%
G = 28.78%
B = 43.91%

CMYK

 C value IS 0.38

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#949CEE (or 0x949CEE) is known color: Portage. HEX triplet: 94, 9C and EE. RGB value is (148,156,238). Sum of RGB (Red+Green+Blue) = 148+156+238=542 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.31% from 542); Green value is 156 (61.33% from 255 or 28.78% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #949CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949CEE is #6B6311. Grayscale: #A2A2A2. Windows color (decimal): -7037714 or 15637652. OLE color: 15637652.

HSL color Cylindrical-coordinate representation of color #949CEE: hue angle of 234.67º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #949CEE is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 156 238 -
CMYK 0.38 0.34 0 0.07
HSL 234.67º 0.73% 0.76% -
HSV(B) 234.67º 0.38% 0.93% -
XYZ 39.53 36.25 85.8 -
YUV 162.96 170.35 117.33 -
System Red Green Blue C M Y K H S L
Decimal 148 156 238 0.38 0.34 0 0.07 234.67 0.73 0.76
Hex 94 9C EE 26 22 0 7 EB 49 4C
Octal 224 234 356 46 42 0 7 353 111 114
Binary 10010100 10011100 11101110 100110 100010 0 111 11101011 1001001 1001100

Color Harmonies of #949CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949CEE

Black with #949CEE

Text Example


Text Example

White with #949CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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