Html Css Color HEX #969CFE Portage

📋 copy color: '#969CFE'

red 150 ◦ green 156 ◦ blue 254

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

Shades of Portage #969CFE

Tints of Portage #969CFE

RGB

 RED value IS 150 (58.98% from 255) = 26.79%

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

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

R = 26.79%
G = 27.86%
B = 45.36%

CMYK

 C value IS 0.41

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#969CFE (or 0x969CFE) is known color: Portage. HEX triplet: 96, 9C and FE. RGB value is (150,156,254). Sum of RGB (Red+Green+Blue) = 150+156+254=560 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.79% from 560); Green value is 156 (61.33% from 255 or 27.86% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #969CFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #969CFE is #696301. Grayscale: #A4A4A4. Windows color (decimal): -6906626 or 16686230. OLE color: 16686230.

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

Color convert

RGB 150 156 254 -
CMYK 0.41 0.39 0 0.00
HSL 236.54º 0.98% 0.79% -
HSV(B) 236.54º 0.41% 1% -
XYZ 42.36 37.42 98.76 -
YUV 165.38 178.01 117.03 -
System Red Green Blue C M Y K H S L
Decimal 150 156 254 0.41 0.39 0 0.00 236.54 0.98 0.79
Hex 96 9C FE 29 27 0 0 ED 62 4F
Octal 226 234 376 51 47 0 0 355 142 117
Binary 10010110 10011100 11111110 101001 100111 0 0 11101101 1100010 1001111

Color Harmonies of #969CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969CFE

Black with #969CFE

Text Example


Text Example

White with #969CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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