Html Css Color HEX #949DFD Portage

📋 copy color: '#949DFD'

red 148 ◦ green 157 ◦ blue 253

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

Shades of Portage #949DFD

Tints of Portage #949DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.34%

R = 26.52%
G = 28.14%
B = 45.34%

CMYK

 C value IS 0.42

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#949DFD (or 0x949DFD) is known color: Portage. HEX triplet: 94, 9D and FD. RGB value is (148,157,253). Sum of RGB (Red+Green+Blue) = 148+157+253=558 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.52% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #949DFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #949DFD is #6B6202. Grayscale: #A4A4A4. Windows color (decimal): -7037443 or 16620948. OLE color: 16620948.

HSL color Cylindrical-coordinate representation of color #949DFD: hue angle of 234.86º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #949DFD is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 157 253 -
CMYK 0.42 0.38 0 0.01
HSL 234.86º 0.96% 0.79% -
HSV(B) 234.86º 0.42% 0.99% -
XYZ 42 37.5 97.95 -
YUV 165.25 177.52 115.69 -
System Red Green Blue C M Y K H S L
Decimal 148 157 253 0.42 0.38 0 0.01 234.86 0.96 0.79
Hex 94 9D FD 2A 26 0 1 EB 60 4F
Octal 224 235 375 52 46 0 1 353 140 117
Binary 10010100 10011101 11111101 101010 100110 0 1 11101011 1100000 1001111

Color Harmonies of #949DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949DFD

Black with #949DFD

Text Example


Text Example

White with #949DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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