Html Css Color HEX #949CEF Portage

📋 copy color: '#949CEF'

red 148 ◦ green 156 ◦ blue 239

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

Shades of Portage #949CEF

Tints of Portage #949CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.01%

R = 27.26%
G = 28.73%
B = 44.01%

CMYK

 C value IS 0.38

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#949CEF (or 0x949CEF) is known color: Portage. HEX triplet: 94, 9C and EF. RGB value is (148,156,239). Sum of RGB (Red+Green+Blue) = 148+156+239=543 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.26% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #949CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949CEF is #6B6310. Grayscale: #A2A2A2. Windows color (decimal): -7037713 or 15703188. OLE color: 15703188.

HSL color Cylindrical-coordinate representation of color #949CEF: hue angle of 234.73º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #949CEF is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 156 239 -
CMYK 0.38 0.35 0 0.06
HSL 234.73º 0.74% 0.76% -
HSV(B) 234.73º 0.38% 0.94% -
XYZ 39.68 36.3 86.58 -
YUV 163.07 170.85 117.25 -
System Red Green Blue C M Y K H S L
Decimal 148 156 239 0.38 0.35 0 0.06 234.73 0.74 0.76
Hex 94 9C EF 26 23 0 6 EB 4A 4C
Octal 224 234 357 46 43 0 6 353 112 114
Binary 10010100 10011100 11101111 100110 100011 0 110 11101011 1001010 1001100

Color Harmonies of #949CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949CEF

Black with #949CEF

Text Example


Text Example

White with #949CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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