Html Css Color HEX #949CFE Portage

📋 copy color: '#949CFE'

red 148 ◦ green 156 ◦ blue 254

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

Shades of Portage #949CFE

Tints of Portage #949CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.52%

R = 26.52%
G = 27.96%
B = 45.52%

CMYK

 C value IS 0.42

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#949CFE (or 0x949CFE) is known color: Portage. HEX triplet: 94, 9C and FE. RGB value is (148,156,254). Sum of RGB (Red+Green+Blue) = 148+156+254=558 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.52% from 558); Green value is 156 (61.33% from 255 or 27.96% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #949CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949CFE is #6B6301. Grayscale: #A4A4A4. Windows color (decimal): -7037698 or 16686228. OLE color: 16686228.

HSL color Cylindrical-coordinate representation of color #949CFE: hue angle of 235.47º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #949CFE is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 148 156 254 -
CMYK 0.42 0.39 0 0.00
HSL 235.47º 0.98% 0.79% -
HSV(B) 235.47º 0.42% 1% -
XYZ 41.99 37.23 98.74 -
YUV 164.78 178.35 116.03 -
System Red Green Blue C M Y K H S L
Decimal 148 156 254 0.42 0.39 0 0.00 235.47 0.98 0.79
Hex 94 9C FE 2A 27 0 0 EB 62 4F
Octal 224 234 376 52 47 0 0 353 142 117
Binary 10010100 10011100 11111110 101010 100111 0 0 11101011 1100010 1001111

Color Harmonies of #949CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949CFE

Black with #949CFE

Text Example


Text Example

White with #949CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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